Difference between revisions of "GetPlayerSkillUse"
Jump to navigation
Jump to search
Fixed syntax, added example
imported>WereWolf |
imported>Haama (Fixed syntax, added example) |
||
Line 2: | Line 2: | ||
'''Syntax:''' | '''Syntax:''' | ||
(skillExperience:float) GetPlayerSkillUse skill: | (skillExperience:float) GetPlayerSkillUse skill:name | ||
Returns the current experience towards the next level of the skill. | Returns the current experience towards the next level of the skill. | ||
'''Example''' | |||
float Exp | |||
set Exp to (GetPlayerSkillUse Alchemy) | |||
Sets ''Exp'' to the player's current amount of experience for alchemy. | |||
==See Also== | ==See Also== |