Battledale_PRC8/_removed/nw_s0_prchaos.nss

21 lines
606 B
Plaintext
Raw Permalink Normal View History

///::///////////////////////////////////////////////
//:: Protection from Chaos
//:: NW_S0_PrChaos.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_IMP_GOOD_HELP);
ApplyEffectToObject(DURATION_TYPE_INSTANT, eVis, oTarget);
}