1 | if (global.flag[438 tutor_viro_location] == 0 && other.havenoelle == true) |
2 | { |
3 | if (instance_exists(obj_battleback)) |
4 | { |
5 | if (room == room_dw_city_big_1) |
6 | global.flag[438 tutor_viro_location] = 1; |
7 | if (room == room_dw_city_roadblock) |
8 | global.flag[438 tutor_viro_location] = 2; |
9 | debug_message("global.flag[438 tutor_viro_location]=" + string(global.flag[438 tutor_viro_location])); |
10 | scr_tempsave |
11 | } |
12 | } |