View Single Post
  #2  
Old 05-11-2011, 07:11 AM
lich2594
Sarnak
 
Join Date: Jun 2006
Location: Tennessee, USA
Posts: 77
Default

Without any details as to what's causing you the problems...

Try using:

Code:
my $NPCName = $npc->GetCleanName();
instead of:

Code:
my $NPCName = $npc->Ram();
__________________
Reply With Quote