Thread: onActionGrab
View Single Post
  #1  
Old 08-24-2006, 08:30 PM
pig132 pig132 is offline
professional troll
Join Date: May 2006
Posts: 260
pig132 will become famous soon enough
onActionGrab

I dont see why this doesnt work..

NPC Code:
function onActionserverside() {
this.join("door");
}
//#CLIETNSIDE
function onActionGrab() {
triggeraction 0,0,serverside,test;
}



I also tried:
NPC Code:
//#CLIETNSIDE
function onActionGrab() {
this.join("door");
}


Could someone help me? I'm not sure what it is, but i think actiongrab is messed up, if (actiongrab) also doesnt work

Last edited by pig132; 08-24-2006 at 09:30 PM..
Reply With Quote