TheHordeUndead_PRC8/_module/nss/hordebanner4.nss

13 lines
373 B
Plaintext
Raw Normal View History

2023-09-21 20:25:34 -04:00
void main()
{
location loc = GetLocation(OBJECT_SELF);
CreateObject(OBJECT_TYPE_PLACEABLE, "pcbanner004", loc, TRUE);
CreateObject(OBJECT_TYPE_PLACEABLE, "whitesparks", loc, TRUE);
DestroyObject(GetNearestObjectByTag("MagicSparksRed"));
SoundObjectStop(GetObjectByTag("MagicPortalEvil4"));
SoundObjectPlay(GetObjectByTag("MagicCrystalGood4"));
}