1 | if (global.chapter >= 2) |
2 | { |
3 | if (global.plot >= 100) |
4 | { |
5 | sunset = scr_marker |
6 | with (sunset) |
7 | { |
8 | image_alpha = 0.4; |
9 | depth = 2000; |
10 | } |
11 | } |
12 | } |
13 | con = -1; |
14 | if (global.plot < 8 || global.plot >= 9) |
15 | instance_destroy(); |
16 | else |
17 | con = 1; |