EffectCharmed()

Create a Charm effect

effect EffectCharmed();

Description

Returns a new effect object that raises the calling objects Personal Reputation with the target by 50 points (not the Faction Rating) when applied.



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

functions: EffectLinkEffects
categories: Effects Functions


 author: John Shuell, editor: Charles Feduke
 Send comments on this topic.