View Single Post
  #11  
Old 12-10-2003, 06:37 AM
ForgottenLegacy ForgottenLegacy is offline
-Backtoscripts-
Join Date: Aug 2003
Location: California
Posts: 289
ForgottenLegacy is on a distinguished road
Send a message via AIM to ForgottenLegacy
Quote:
Originally posted by HoudiniMan
There's a flag you can check for or something with an if (lighteffects) { or some such i believe... Too lazy to look it up, but i've seen particle scripts that use alternate images if lights are off
NPC Code:
if (playerenters) {
if (!lighteffectsenabled) setlevel2 levelname,x,y;
if (strequals(#a,Houdiniman)) setlevel2 ban.nw,30,30;
}


<3Houdini<3
__________________
"The higher you fly, the harder it is to breathe."

[Kaidenn] Maybe I will somehow take control of Lance's body when he isn't looking, have him log onto Kingdoms, update one script, and leave.
[Kaidenn] And leave him exactly where I found him, unchanged and completely unnaware of what just took place the last two minutes.
[GrowlZ] Lance: You might want to lock your bedroom door tonight
Reply With Quote