IPCreateProficiencyFeatItemOnCreature
From NWN Lexicon
Contents |
[edit] IPCreateProficiencyFeatItemOnCreature(object)
Gives a creature all available proficiency feats.
object IPCreateProficiencyFeatItemOnCreature( object oCreature );
[edit] Parameters
oCreature
Creature to grant all the proficiency feats
[edit] Description
Creates a special ring on oCreature that gives all weapon and armor proficiencies to the wearer Item is set non dropable.
[edit] Remarks
Returns the created ring. Thus, you can check if it is OBJECT_INVALID to see if the function was successful.
Though you can do so, you probably shouldn't use this function on PCs.
[edit] Requirements
#include " x2_inc_itemprop "
[edit] Version
1.61
[edit] See Also
author: Lilac Soul