Thread
:
the NPC's name
View Single Post
#
6
02-25-2009, 05:31 AM
Tyhm
Psionic Youth
Join Date: Mar 2001
Location: Babord, West Graal Deaths:1009 Kills:1
Posts: 5,635
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:
Name
=
ID
=
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
Tyhm
View Public Profile
View GraalOnline Profile
Visit Tyhm's homepage!
Find all posts by Tyhm