%skillCheckGain()

Aliases%skillCheckGain( )
Parametersmobile @target, mixed @skill

    Using this function the @target gets the opportunity for their effective
proficiency in the given @skill to make a gain. If the gain is successful
then the function returns 1; otherwise 0 is returned. The @target may be a
text pointer or keyword. The @skill may eithe rbe the name of the skill or
the ID of a skill.

Example:

%skillCheckGain( @n, forage )