triggeraction on the x and y did not work. the triggeraction does not happen at all with actionserverside.
Even something as simple as this does not work in a putnpc2 class npc
PHP Code:
if (actionserverside)
{
message i say #p(0);
}
//#CLIENTSIDE
if (playertouchsme)
{
triggeraction x,y,serverside,hi there;
}
playertouchsme done serveride does not carry over the variable that was set clientside. (#p(1) from the actiondrop)