View Single Post
  #2  
Old 07-11-2005, 11:33 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
triggeraction x,y,name,params...;
Triggers actionname on x and y with params 0 and up.

triggeraction 30,30,lolname,bbq,plz;
Would result in:
if (actionlolname) in an npc at 30,30, with #p(0) being "bbq", and #p(1) being "plz".

Action names beginning with "server" (i.e. "serverside" or "serverfire") are automatically sent to the npcserver.

triggeraction 0,0,serverside,-System,test;
Would result in:
if (actionserverside) on the serverside of weapon -System, with #p(0) being "test".
__________________
Skyld
Reply With Quote