ApplyPrismaticEffect(int, object)
From NWN Lexicon
Jump to navigationJump to searchApplies a prismatic effect on a creature.
Parameters
- nEffect
- Describes which effect to apply
- oTarget
- The object/creature being affected.
Description
Applies an effect of a prismatic cone to oTarget with the appropriate saving throws are checked. Includes visual effects.
Possible values for nEffect:
- Fire
- Acid
- Electricity
- Poison
- Paralyze
- Confusion
- Death
Remarks
Used as a support function to implement the Prismatic Spray spell.
Requirements
#include "nw_s0_prisspray"
Version
1.22
See Also
author: Tom Cassiotis