Difference between revisions of "GetPlayerSkillUse"
Jump to navigation
Jump to search
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== |
Revision as of 16:32, 17 October 2007
A command for Oblivion Script Extender
Syntax:
(skillExperience:float) GetPlayerSkillUse skill:name
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.