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

19 lines
448 B
Plaintext

//::///////////////////////////////////////////////
//:: NPC Teleport Away
//:://////////////////////////////////////////////
#include "nw_i0_tool"
void main()
{
// Give the speaker some XP
RewardPartyXP(77, 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);
}