double-jammy-whammy/timelines/tl_targets/moment_3600.gml

7 lines
181 B
Plaintext
Raw Permalink Normal View History

///@description end timeline, create 'stop' object and prevent further action
instance_create_layer(0, 0, "lyr_gui", obj_ender);
global.allowed = false;
timeline_running = false;