View Single Post
  #6  
Old 10-28-2006, 10:06 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
PHP Code:
function onCreated() {
 
setshape(1,32,32);  // So the Trigger is Hits something Serverside.
}
function 
onActionTest() {
 if (
params[0] != idthis.chat "Some other npc hit me :(" SPC params[0];
 else 
this.chat "that tickles" SPC params[1];
}
//#CLIENTSIDE
function onCreated() {
 
triggeraction(x+1,y+1,"test",id,"lol"); //sending trigger

__________________
Quote:
Reply With Quote