OnStoryIncreaseSkill - Quest

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: Quest Script

Event called when this quest is started via an increase level story manager event.

Syntax[edit | edit source]

Event OnStoryIncreaseSkill(string asSkill)

Parameters[edit | edit source]

  • asSkill: The name of the actor value for the skill that just increased

Examples[edit | edit source]

Event OnStoryIncreaseSkill(string asSkill)
  Debug.Trace("Player just increased the " + asSkill+ " skill")
endEvent

Notes[edit | edit source]

  • If the skill has gained multiple levels at the same time, this event still gets triggered only once.

See Also[edit | edit source]