EffectCutsceneImmobilize()
Immobilize a creature
effect EffectCutsceneImmobilize();
Description
Returns an effect that when applied will paralyze the target's legs, rendering them unable to walk but otherwise unpenalized. This effect cannot be resisted.
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.61
See Also
functions: | EffectCutsceneGhost |
categories: | Cut-Scene Functions | Effects Functions |
author: Lilac Soul
Send comments on this topic.