Initial commit. Updated release archive.
This commit is contained in:
9
_module/nss/ro_n_teleport.nss
Normal file
9
_module/nss/ro_n_teleport.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: NPC Teleport Away
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
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