[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
IncrementPlayerSkillUse
Revision as of 17:42, 17 October 2007 by imported>Haama (Changed syntax this time)
A command for Oblivion Script Extender
Syntax:
(nuSkillExperience:float) IncrementPlayerSkillUse skill:name whichAction:short howManyTimes:float
Records some additional uses of one of the skill actions.
Example
float Exp set Exp to (IncrementPlayerSkillUse Alchemy 1)
Increases the player's alchemy skill as if the player had just made a potion. Sets Exp to the player's new amount of experience for alchemy.