| 1 | alldead = 0; |
| 2 | global.encounter = 0; |
| 3 | script_execute(scr_steps, 120, 30, 16, 203); |
| 4 | if (room == room_tundra_snowpuzz && global.flag[64 toggled_snow_switch] != 0) |
| 5 | script_execute(scr_steps, 220, 30, 16, 203); |
| 6 | if (global.flag[203 kills_tundra] == 0 && global.plot > 100) |
| 7 | instance_destroy(); |
| 8 | if (room == room_tundra_dangerbridge) |
| 9 | { |
| 10 | if (global.plot < 67) |
| 11 | instance_destroy(); |
| 12 | } |