Battledale_PRC8/_module/nss/fr_iwd_wand_gpo1.nss

10 lines
318 B
Plaintext
Raw Normal View History

void main()
{
object oMyth = GetObjectByTag("fr_portal_mythallar");
SetLocalInt(oMyth,"Portal", 1);
SendMessageToAllDMs("Portal between BD and IWD has been Activated.");
AssignCommand(oMyth, DelayCommand(0.7, ActionPlayAnimation(ANIMATION_PLACEABLE_ACTIVATE)));
SoundObjectPlay(GetObjectByTag("fr_mythallar_snd"));
}