1 | if (global.fun_event[1] == true) |
2 | { |
3 | instance_destroy() |
4 | return; |
5 | } |
6 | if (global.fun_value >= 9 && global.fun_value <= 18) |
7 | global.fun_event[1] = true |
8 | else |
9 | { |
10 | instance_destroy() |
11 | return; |
12 | } |