View Single Post
  #2  
Old 10-29-2010, 04:48 PM
Jaekob
Sarnak
 
Join Date: May 2010
Posts: 39
Default

This is what I would do.

Code:
sub EVENT_SPAWN {
  quest::set_proximity($x-40,$x+40,$y-40,$y+40); 
}


sub EVENT_ENTER {
quest::say("Your late!");
quest::depop(205091);
}
Just need to put in the npcid, into the quest::depop.
You can also set the proximity somewhere else just not within the sub EVENT_ENTER.
Reply With Quote