for some reason i can't join classes with this script (all names are correct, and the action is being called but none of the classes, even the ones that worked before, can be called like this anymore):
NPC Code:
if(actionserverside){
if(strequals(#p(0),lay)){
putnpc2 mousex,mousey,{join force field};
}
}
//#CLIENTSIDE
if(weaponfired || mousedown){
triggeraction 0,0,serverside,mousetest,lay;
}