13 lines
484 B
Plaintext
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"));
|
|
}
|