1 | if (instance_exists(obj_mainchara)) |
2 | { |
3 | if (obj_mainchara.x < 200) |
4 | startside = "Left"; |
5 | else |
6 | startside = "Right"; |
7 | } |
8 | spawnedGates = 0; |
9 | spawnedViro = 0; |
10 | viro = 0; |
11 | if (instance_exists(obj_overworld_bulletarea)) |
12 | { |
13 | with (obj_overworld_bulletarea) |
14 | visible = false; |
15 | } |