Difference between revisions of "GetPlayerSkillUse"
Jump to navigation
Jump to search
imported>Haama (Fixed syntax, added example) |
imported>DragoonWraith (not a record variable function) |
||
Line 20: | Line 20: | ||
[[Category: Player Functions]] | [[Category: Player Functions]] | ||
[[Category: Player Functions (OBSE)]] | [[Category: Player Functions (OBSE)]] | ||
Revision as of 18:20, 21 March 2008
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.