Initial commit. Updated release archive.
This commit is contained in:
18
_module/nss/at_asherahdevtel.nss
Normal file
18
_module/nss/at_asherahdevtel.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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);
|
||||
}
|
Reference in New Issue
Block a user