Thread: NPC heading..
View Single Post
  #2  
Old 04-22-2011, 03:45 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

I am not exactly sure what you are trying to do here, but maybe posting your script would help us to figure out what your issue is. If you want an NPC's heading, you can just do this (2 example of how to get the heading):

Code:
sub EVENT_SAY {

	my $Heading = $npc->GetHeading();
	quest::say("My exported heading is $h and my GetHeading is $Heading.");

}
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote