Files
Anphillia_PRC8/_module/nss/dae_demondesetup.nss
Jaysyn904 28cdb617b3 Initial commit
Adding all of the current content for Anphillia Unlimited.
2024-01-04 07:49:38 -05:00

13 lines
484 B
Plaintext

void main()
{
SetLocalInt(GetObjectByTag("dae_demon_alter"), "dae_setup", 0);
DestroyObject(GetObjectByTag("dae_focus_1"));
DestroyObject(GetObjectByTag("dae_focus_2"));
DestroyObject(GetObjectByTag("dae_focus_3"));
DestroyObject(GetObjectByTag("dae_focus_4"));
DestroyObject(GetObjectByTag("dae_focus_5"));
DestroyObject(GetObjectByTag("dae_demon"));
SoundObjectPlay(GetObjectByTag("dieingman"));
SoundObjectPlay(GetObjectByTag("dieingwoman"));
}