GetPlayerSkillUse

Revision as of 18:20, 21 March 2008 by imported>DragoonWraith (not a record variable function)

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