thanks for the answer. in on collision , how can I pick 0 from 1. for instance if I want to write
event: On collision with NPC. action: (first npc instance)NPC.x = (second NPC instance)NPC.x -10
or
(first npc instance)NPC.x = (first npc instance)NPC.x - (second NPC instance)NPC.x
thanks