EffectKnockdown()

Returns a new effect object.

effect EffectKnockdown();

Description

Create a Knockdown effectThis effect knocks creatures off their feet, they will sit until the effect is removed. This should be applied as a temporary effect with a 3 second duration minimum (1 second to fall, 1 second sitting, 1 second to get up).



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.


Known Bugs

The bug that caused the game to crash if this effect was applied to a non-creature has been fixed in a patch some time ago.


Version

1.30

See Also

categories: Effects Functions


 author: Michael Nork, editor: Lilac Soul, additional contributor(s): Lilac Soul
 Send comments on this topic.