HiddenTradition_PRC8/_module/nss/at_tele_asherah.nss
2024-06-20 15:47:42 -04:00

18 lines
447 B
Plaintext

//::///////////////////////////////////////////////
//:: NPC Teleport Away
//:://////////////////////////////////////////////
#include "nw_i0_tool"
void main()
{
// Give the speaker some XP
RewardPartyXP(50, GetPCSpeaker());
ActionCastFakeSpellAtObject(SPELL_ICE_STORM,OBJECT_SELF);
DelayCommand(2.0,ApplyEffectToObject(DURATION_TYPE_INSTANT,EffectVisualEffect(VFX_IMP_UNSUMMON),OBJECT_SELF));
DestroyObject(OBJECT_SELF,2.5);
}