IPCreateProficiencyFeatItemOnCreature
From NWN Lexicon
Jump to navigationJump to search
IPCreateProficiencyFeatItemOnCreature(object)
Gives a creature all available proficiency feats.
Parameters
oCreature
Creature to grant all the proficiency feats
Description
Creates a special ring on oCreature that gives all weapon and armor proficiencies to the wearer Item is set non dropable.
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.
Requirements
#include " x2_inc_itemprop "
Version
1.61
See Also
author: Lilac Soul