You've already forked AM2R-Community-Updates
mirror of
https://github.com/izzy2lost/AM2R-Community-Updates.git
synced 2026-03-10 11:23:35 -07:00
9 lines
464 B
Plaintext
9 lines
464 B
Plaintext
|
|
/// remove_persistent_objects()
|
||
|
|
with (oCharacter) instance_destroy();
|
||
|
|
with (oCamera) instance_destroy();
|
||
|
|
if (instance_exists(oQuake)) with (oQuake) instance_destroy();
|
||
|
|
if (instance_exists(oBigQuake)) with (oBigQuake) instance_destroy();
|
||
|
|
if (instance_exists(oBigQuakeQueen)) with (oBigQuakeQueen) instance_destroy();
|
||
|
|
if (instance_exists(oNotification)) with (oNotification) instance_destroy();
|
||
|
|
if (instance_exists(oAreaIntro)) with (oAreaIntro) instance_destroy();
|