View Single Post
  #6  
Old 11-25-2001, 05:35 AM
kyle0654 kyle0654 is offline
-. .`
kyle0654's Avatar
Join Date: Mar 2001
Posts: 1,000
kyle0654 will become famous soon enough
NPC Code:

// NPC made by Stefan Knorr
//#COMMENTS The standard light, all values between 0 and 1
//#EDIT Red 1
//#EDIT Green 1
//#EDIT Blue 1
//#EDIT Alpha 0.99
if (created) {
setimg light2.png;
dontblock;
}
//#CLIENTSIDE
if (playerenters) {
setcoloreffect Red,Green,Blue,Alpha;
drawaslight;
}


It's a default NPC...you should have explained how to use them
Reply With Quote