I just discovered the "trigger once" mechanic and it looks useful. I am trying to spawn a sprite to orbit around the character, but when the conditions are met, it is not happening. Even if the vent triggered once, it should still orbit correct?
The issue I was trying to solve, was that Create Object was creating many objects in orbit so it just looked like a complete circle around the character hence the Trigger Once solution.
Is this the right use case?
thanks
Hi.
It looks like you want to make mechanics as shown in many commercials, where weapons like swords rotate around the player.
I recommend you to check all text objects and then compare their contents.
Trigger once in your case will not help, it is better to check the number of objects on the sheet before creating, if zero then create a new one, you can compare with a variable limiting the maximum number of spoons. This way you can add many weapons of the same type.