Battledale_PRC8/_removed/nw_s0_mislead.nss

21 lines
618 B
Plaintext
Raw Normal View History

///::///////////////////////////////////////////////
//:: Mislead
//:: NW_S0_Mislead.nss
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
//:: [Description of File]
//:://////////////////////////////////////////////
//:: Created By: [Your Name]
//:: Created On: [date]
//::///////////////////////////////////////////////
//:: VFX Pass By: Preston W, On: June 22, 2001
void main()
{
object oTarget = GetSpellTargetObject();
effect eVis = EffectVisualEffect(VFX_DUR_GHOST_SMOKE_2);
ApplyEffectToObject(DURATION_TYPE_TEMPORARY, eVis, oTarget, RoundsToSeconds(2));
}