Quote:
Originally Posted by Tyhm
Sweet! Now if I can just get that to work...right now
PHP Code:
echo("Name="@npc.name);
returns . It returns a value for npc.id (usually in the 300s),1but no name. -_-
In fact,
PHP Code:
echo("Name="@npc.name@" ID="@npc.id);
returns
|
I've had similar problems in the past. Does the ID of the NPC change on serverside-clientside?
You may be able to use findNPCByID(idFromClientside) on serverside if you pass the ID in the trigger.
Edit: Readiog your original post, seems you may have tried this already.