Initial commit. Updated release archive.
This commit is contained in:
6
_module/nss/teleport_away.nss
Normal file
6
_module/nss/teleport_away.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
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