1 | if (global.debug == 1) |
2 | { |
3 | if (instance_exists(obj_floweyx_flamethrower) == 0) |
4 | { |
5 | instance_create(110, 140, obj_floweyx_flamethrower); |
6 | instance_create(530, 140, obj_floweyx_flamethrower); |
7 | } |
8 | else |
9 | { |
10 | obj_floweyx_flamethrower.con = 3; |
11 | } |
12 | } |