//:://///////////////////////////////////////////// //:: 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); }