Battledale_PRC8/_removed/nw_s0_clokchaos.nss
Jaysyn904 7b9e44ebbb Initial upload
Initial upload.  PRC8 has been added.  Module compiles, PRC's default AI & treasure scripts have been integrated.  Started work on top hak for SLA / Ability / Scripting modifications.
2024-03-11 23:44:08 -04:00

20 lines
556 B
Plaintext

///::///////////////////////////////////////////////
//:: Cloak of Chaos
//:: NW_S0_CloakChaos.nss
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
//:: [Description of File]
//:://////////////////////////////////////////////
//:: Created By: [Your Name]
//:: Created On: [date]
//::///////////////////////////////////////////////
void main()
{
effect eVis = EffectVisualEffect(VFX_IMP_GOOD_HELP);
object oTarget = GetSpellTargetObject();
ApplyEffectToObject(DURATION_TYPE_INSTANT, eVis, oTarget);;
}