1 | if (global.flag[7 disable_menu?] == 0) |
2 | snd_free_all(); |
3 | global.facing = 0; |
4 | instance_create(0, 0, obj_persistentfadein); |
5 | if (global.plot < 200) |
6 | { |
7 | global.entrance = 23; |
8 | room_goto(room_dw_cyber_musical_shop ); |
9 | } |
10 | else |
11 | { |
12 | global.entrance = 19; |
13 | room_goto(room_castle_tutorial ); |
14 | } |