Quote:
Originally Posted by salesman
Gmap's
|
If the trigger is clientside, it's likely using level coordinates. Not certain about that, though.
Fairly certain this won't work, but you could try finding out what 'name' on clientside equals, and if it's the same as serverside, try
PHP Code:
triggerserver("npc", name, "hi");
Otherwise, you might try settings an attr on serverside of the NPC name then doing
PHP Code:
triggerserver("npc", this.attr[3], "hi");
I'm not certain whether putnpc2's can receive triggers via triggerserver, but they are really just DB NPCs, so I don't see why they couldn't.