IPCreateProficiencyFeatItemOnCreature(object)
Gives a creature all available proficiency feats.
object IPCreateProficiencyFeatItemOnCreature( object oCreature );
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
categories: | Item Creation Functions | Item Properties Functions | Talents/Skills/Feats Functions |
author: Lilac Soul