TheHordeUndead_PRC8/_module/nss/pillardestroy.nss

6 lines
122 B
Plaintext
Raw Normal View History

2023-09-21 20:25:34 -04:00
void main()
{
SoundObjectStop(GetObjectByTag("MagicGlowingBallpillar"));
DestroyObject(GetObjectByTag("Portalpillar"));
}