Initial upload
Initial upload
This commit is contained in:
12
_module/nss/hordebanner6.nss
Normal file
12
_module/nss/hordebanner6.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
location loc = GetLocation(OBJECT_SELF);
|
||||
CreateObject(OBJECT_TYPE_PLACEABLE, "pcbanner006", loc, TRUE);
|
||||
CreateObject(OBJECT_TYPE_PLACEABLE, "whitesparks", loc, TRUE);
|
||||
DestroyObject(GetNearestObjectByTag("MagicSparksRed"));
|
||||
SoundObjectStop(GetObjectByTag("MagicPortalEvil6"));
|
||||
SoundObjectPlay(GetObjectByTag("MagicCrystalGood6"));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user