Thread: Kei Mgb
View Single Post
  #2  
Old 01-12-2011, 06:10 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

So trying this, how I check distance ?

Code:
     my @moblist = $entity_list->GetMobList();
		foreach $ent (@moblist)
		{
				 quest::shout($ent->Dist());
		}
Half expected that to work, but did not.
Reply With Quote