sub EVENT_WAYPOINT
is there a way to see what waypoint there on?
if(wp=10) { quest::pause(10); } or something like that? |
sub EVENT_WAYPOINT
{ if($wp == "5") { quest::say("I am now on waypoint 5!"); } if($wp == "10") { quest::say("I have reached waypoint 10! Now headed back to waypoint 1 again."); } } |
wow hat actually works i was jsut guessing with wp=10 lol i did not see a refrance to $wp :P thanks
|
All times are GMT -4. The time now is 01:53 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.