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); } }