Initial Upload
Initial Upload
This commit is contained in:
18
_module/nss/teleporteff.nss
Normal file
18
_module/nss/teleporteff.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: bf
|
||||
//:: Created On: March 17, 2003
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
//Declare major variables
|
||||
effect eVis = EffectVisualEffect(VFX_DUR_GHOSTLY_VISAGE);
|
||||
effect eConceal = EffectConcealment(10);
|
||||
effect eDur = EffectVisualEffect(149); //arrived from /eff 149
|
||||
effect eLink = EffectLinkEffects(eDur, eVis);
|
||||
eLink = EffectLinkEffects(eLink, eConceal);
|
||||
|
||||
//Apply the VFX impact and effects
|
||||
ApplyEffectToObject(DURATION_TYPE_TEMPORARY, eLink, OBJECT_SELF, 4.5);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user