Thread: Npc Scripting
View Single Post
  #9  
Old 12-24-2001, 11:31 PM
Jman9912-P2P Jman9912-P2P is offline
Registered User
Join Date: Nov 2001
Location: North Carolina!
Posts: 217
Jman9912-P2P is on a distinguished road
Send a message via AIM to Jman9912-P2P Send a message via Yahoo to Jman9912-P2P
lol ill go ahead and help

if (created) {
setimg imgname *usually light2.png*
dontblock;
}
//#CLIENTSIDE *since it can only be used on p2p and this needs to be clientside*
if (playerenters) {
setcoloreffect red,green,blue,alpha; *just combine the ones to make what u want it has to be between .1 and 1, the alpha is like the density if u use 1 it will be the regular image*
drawaslight;
}
Reply With Quote