
07-11-2005, 11:33 PM
|
|
Script-fu
|
 |
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
|
|
|
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". |
__________________
|
|
|
|