EffectEntangle()
Create an Entangle effect
effect EffectEntangle();
Description
When applied, this effect will restrict the creature's movement and apply a (-2) to all attacks and a -4 to AC.
In P&P D&D, it is meant to add an additional concentration check for casting spells (DC: 15) but this is not in NwN. In NwN, entangle stops movement totally.
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.