Quote:
Originally Posted by Cubes
can I use Andys XY triggeraction to trigger serverside in the same npc?
|
You
are triggering serverside since it's a level npc. Level npcs trigger to the serverside to the function denoted by onActionFunctionName().
Quote:
Originally Posted by cbk1994
This ensures that you'll always get to that NPC, even if there's another NPC on top of it, which could cause problems when using triggeraction.
|
It isn't really a problem unless both NPCs have the same function name, but yes, probably better to rely on the object rather than an x/y position.