1 | if live_call() |
2 | return global.live_result; |
3 | scene = 0 |
4 | cutscene_timer = 0 |
5 | if (global.sworks_flag[60] == 1) |
6 | { |
7 | instance_create_depth(140, 140, 0, obj_macro_froggit_chest) |
8 | instance_destroy() |
9 | return; |
10 | } |