Hello,
I don't know if this is a silly question but I'm having trouble with using the System "Create Object" command creating the object over and over instead of just once.
my Event looks like this:
System < distance(player.x, player.x, npc.x, npc.y) > 200
System < Create Object < DialogBubble
Else < Destory DialogBubble
When I test this...it's creating the Dialog Bubble over and over and over until I get further enough away to trigger the Destroy command.