Further file organization
Further file organization
This commit is contained in:
11
nwn/nwnprc/trunk/scripts/nightsh_poisonsp.nss
Normal file
11
nwn/nwnprc/trunk/scripts/nightsh_poisonsp.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "prc_alterations"
|
||||
void main()
|
||||
{
|
||||
object oWeapon = GetSpellCastItem();
|
||||
object oTarget = PRCGetSpellTargetObject();
|
||||
|
||||
effect eVis =EffectVisualEffect(VFX_IMP_POISON_S);
|
||||
effect ePoison = EffectPoison(101);
|
||||
|
||||
ApplyEffectToObject(DURATION_TYPE_PERMANENT, ePoison, oTarget);
|
||||
}
|
Reference in New Issue
Block a user