TheHordeUndead_PRC8/_module/nss/hordebanner7.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, "pcbanner007", loc, TRUE);
CreateObject(OBJECT_TYPE_PLACEABLE, "whitesparks", loc, TRUE);
DestroyObject(GetNearestObjectByTag("MagicSparksRed"));
SoundObjectStop(GetObjectByTag("MagicPortalEvil7"));
SoundObjectPlay(GetObjectByTag("MagicCrystalGood7"));
}