Is there a way to transfer one Flag state to another Flag?
I am racking my brains to find a single event solution to this: I have one object that has a Flag representing "facing direction". I want to create a new object relative to the first object and transfer the state of the facing direction Flag to the newly create object's facing direction Flag. Up until now, I always had to make 2 event lines every time I needed to spawn a child object (and this happens in 50+ situations in my code). I am curious is there a clever way to set the child flag in a single event line?