View Single Post
  #4  
Old 01-17-2003, 10:21 PM
davidpsy davidpsy is offline
Over Nine THOUSAND!!!!!!!
davidpsy's Avatar
Join Date: Mar 2002
Location: Bandiria
Posts: 5,514
davidpsy is on a distinguished road
Send a message via AIM to davidpsy
Quote:
Originally posted by Kaimetsu
My vote:

There's a system NPC overriding the seteffect.
Yeah like lets say you were using seteffect as a day and night system. Now lets say it would use the set effect only outside and there was a command like if (!isonmap) {seteffect 0.0.0.0;}
then it would never work in a building it has to be on the map.
But you could do this
if (!isonmap && !quest) {set effect 0.0.0.0;} then all you gotta do is set the flag quest in the inside the building level and unset it outside of the building level.
__________________
-Donald Shimoda
Level oo.

Forces greater than your self, can be over come.
Reply With Quote