Thread: waypoints help
View Single Post
  #1  
Old 02-16-2008, 04:38 AM
leslamarch
Discordant
 
Join Date: Sep 2006
Location: Green Bay, WI
Posts: 436
Default waypoints help

Hello all,
I have been trying to get a npc on patrol to stop for 60 seconds and at that same waypoint to sit and shout something. the only part of this that is working is the stopping, it appears to be correct but i'm sure i'm missing something.

With the doanim will he sit for the full duration of the pause? or should i look at this a different way?

Code:
sub EVENT_WAYPOINT
{
if ($wp == 22)
{

        quest::shout("I have reached waypoint 22");
	quest::pause("30");
	quest::doanim("33");    
	}

}
thanks for the help
~LL~
Reply With Quote