1 | con = 0; |
2 | d = 0; |
3 | ossafe_ini_open("undertale.ini"); |
4 | won = ini_read_real("General", "Won", 0); |
5 | ossafe_ini_close(); |
6 | if (won < 1) |
7 | d = 1; |
8 | if (global.flag[389 dated_undyne] < 3) |
9 | d = 1; |
10 | if (global.kills > 0) |
11 | d = 1; |
12 | if (global.plot <= 198) |
13 | d = 1; |
14 | if (global.flag[493 true_pacifist_progression] >= 8) |
15 | d = 1; |
16 | if (d == 1) |
17 | { |
18 | con = -1; |
19 | instance_destroy(); |
20 | exit; |
21 | } |
22 | image_yscale = 12; |
23 | if (room == room_fire_precore) |
24 | { |
25 | image_yscale = 1; |
26 | image_xscale = 30; |
27 | } |