View Single Post
  #9  
Old 02-13-2009, 04:06 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Tyhm View Post
Huh?
Yeah, but triggerserver and triggerclient are NPCW only, right?
You can use

PHP Code:
triggerserver("gui""blah");
triggerserver("weapon""blah"); // same as gui
triggerserver("npc""blah"); 
For NPCs, you can do:

PHP Code:
findNPC(npc).trigger("ActionServerside""foo"); 
(though you can use something else as well).
__________________
Reply With Quote