EffectSilence()
Create a Silence effect
void EffectSilence();
Description
This constructor returns a new silence effect.
Silence means spells with the speaking component (V) cannot be cast. Some spells, with only Stomatic (moving) components (S) can still be cast - such as lesser dispel. Such spells mearly cannot be cast. Dangerous for mages without the Silent Spell feat.
Items with spells can still be used, and it has no effect on actual speaking with SpeakString, or a PC typing (which is a shame).
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.