Quote:
Originally Posted by Robin
could you not just do
NPC Code:
triggeraction(this.x, this.y, "clientside", "params");
//#CLIENTSIDE
function onActionClientside() {
}
etc?
|
Doesn't work with NPCs that don't have a shape(aka non-blocking), and if there are other NPC's at the same space, they will get the triggeraction instead.