View Single Post
  #5  
Old 09-17-2011, 09:10 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,490
Default

Just a heads up.

In SetLeashMob:

my $MoBH = $npc->GetHeading();

should be:

my $MobH = $npc->GetHeading();
Reply With Quote