EffectHaste()
Returns a new effect object.
effect EffectHaste();
Description
Create a Haste effect.
Haste effects add +4 dodge AC, +1 action/round (be it a spell, so can cast 1 every 3 seconds, or an extra attack) and 50% movement speed increase (doubling speed movement).
Remarks
Constructors are special methods that return a new instance of an object. In NWN Script each effect that you can place on an object has it’s own constructor that creates a new instance of the specified effect. This effect object can then be used in an ApplyEffectToObject() Command. See Effect Constructor for more details.
Version
1.22
See Also
categories: | Effects Functions |
author: Michael Nork, editor: Jasperre, additional contributor(s): Jasperre
Send comments on this topic.