EffectDeaf()
Returns a new effect object.
effect EffectDeaf();
Description
Create a Deaf effect.
Deafness causes a 20% spell failure chance for spells with Speaking components (V), and (although NwN doesn't do this) stop them from hearing what is said around them.
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
Send comments on this topic.