Thread: 2 grids system
View Single Post
  #9  
Old 07-17-2004, 11:19 PM
Minuss
Sarnak
 
Join Date: Jan 2002
Location: France
Posts: 58
Default

Last time I tried something like this :
Code:
sub EVENT_WAYPOINT
{
 if($wp == 10)
 {
  quest::say("Hey I'm at wp 10");
 }

 elsif($wp == 15)
 {
  quest::say("Hey I'm at wp 15);
 }
}
it was not working... Any idea ?
Reply With Quote