1 | global.entrance = 23; |
2 | instance_create(0, 0, obj_persistentfadein); |
3 | if (room == room_town_south) |
4 | room_goto(room_hospital_lobby ); |
5 | if (room == room_hospital_lobby) |
6 | room_goto(room_town_south ); |
7 | if (room == room_town_mid) |
8 | room_goto(room_alphysalley ); |
9 | if (room == room_alphysalley) |
10 | room_goto(room_town_mid ); |
11 | if (room == room_town_north) |
12 | room_goto(room_beach ); |
13 | if (room == room_beach) |
14 | room_goto(room_town_north ); |