GetPlayerSkillUse

From the Oblivion ConstructionSet Wiki
Revision as of 16:32, 17 October 2007 by imported>Haama (Fixed syntax, added example)
Jump to navigation Jump to search

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.

See Also