View Single Post
  #26  
Old 05-12-2011, 08:28 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

This line is wrong.

my $NPCName = $npc->Ram();

Replace with this as noted above:

my $NPCName = $npc->GetCleanName();
Reply With Quote