View Single Post
  #3  
Old 04-16-2007, 12:05 AM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
Quote:
Originally Posted by Gambet View Post
Just make a master control system that sets lighteffects based on the levels you are in or so (a wNPC).

If you're on the map, then you'd do:

PHP Code:
if (isonmap)
{
 
//seteffect here
}
else if (
startswith(whatever_cave.gmap,#L))
{
 
//seteffect here


etc...
there would be alot of "else if's"...
__________________
**FLIP OUT**
Reply With Quote