Thread: the NPC's name
View Single Post
  #6  
Old 02-25-2009, 05:31 AM
Tyhm Tyhm is offline
Psionic Youth
Tyhm's Avatar
Join Date: Mar 2001
Location: Babord, West Graal Deaths:1009 Kills:1
Posts: 5,635
Tyhm has a spectacular aura about
Sweet! Now if I can just get that to work...right now
PHP Code:
echo("Name="@npc.name); 
returns
PHP Code:
Name
. It returns a value for npc.id (usually in the 300s), but no name. -_-
In fact,
PHP Code:
        echo("Name="@npc.name@" ID="@npc.id); 
returns
PHP Code:
NameID=300 
__________________
"Whatever," said Bean, "I was just glad to get out of the toilet."

"Power does not corrupt. Fear corrupts, perhaps the fear of a loss of power."- John Steinbeck
"I'm only acting retarded, what's your excuse?" queried the Gord.
- My pet, the Levelup Gnome

http://forums.graalonline.com/forums...&postcount=233
Reply With Quote