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