sunflowers-in-the-rain/objects/obj_gate/Step_0.gml

7 lines
114 B
Plaintext
Raw Normal View History

2022-06-30 22:16:34 -07:00
if (!instance_exists( obj_enemy_parent ) ) {
global.combat_mode = false;
instance_deactivate_object(self);
}
2022-06-30 22:16:34 -07:00