Added ACP v4.1
Added ACP v4.1. Full compile. Updated module name. Updated release archive.
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
///::///////////////////////////////////////////////
|
||||
//:: 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);;
|
||||
}
|
||||
|
Reference in New Issue
Block a user