HiddenTradition_PRC8/_module/nss/at_asherahdevtel.nss

19 lines
448 B
Plaintext
Raw Normal View History

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