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.
This commit is contained in:
20
_working/nw_s0_mislead.nss
Normal file
20
_working/nw_s0_mislead.nss
Normal file
@@ -0,0 +1,20 @@
|
||||
///::///////////////////////////////////////////////
|
||||
//:: 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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user