Difference between revisions of "AdvanceSkill - Game"

211 bytes added ,  00:47, 5 April 2012
Added Skill XP notes and link to UESP for formula
imported>Rhavlovick
m (1 revision: Clobber re-import by Henning)
 
imported>Tunaisafish
(Added Skill XP notes and link to UESP for formula)
Line 19: Line 19:
== Examples ==
== Examples ==
<source lang="papyrus">
<source lang="papyrus">
; Advance the given skill on the player by the provided amount
; Advance the given skill progress (Skill XP) on the player by the provided amount
Game.AdvanceSkill("Marksman", 50.0)
Game.AdvanceSkill("Marksman", 50.0)
</source>
</source>
== Notes ==
*The amount of [[http://www.uesp.net/wiki/Skyrim:Leveling#Skill_XP Skill XP]] needed to level up the skill varies depending on the skill, and by the current level of that skill.


== See Also ==
== See Also ==
*[[Game Script]]
*[[Game Script]]
Anonymous user