6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
|
if (!instance_exists( obj_enemy_basic ) ) {
|
||
|
global.combat_mode = false;
|
||
|
instance_deactivate_object(self);
|
||
|
}
|
||
|
|