Thanks vee41 and Ashley. Actually my code is like that
Empty event -> Array (set value at 0 to "test")
System (on start of layout) -> Text (set text to str(Array.at(0))
I'm planning a multi-level puzzle. All levels will share the same layout. I have an array that keeps all the levels info. When user skipped to new level, after the reset layout action, i don't want to reload array again.
So i put an empty event an the top of the event sheet. But in event order it still works as second i think