OnStoryIncreaseSkill - Quest

Member of: Quest Script

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

SyntaxEdit

Event OnStoryIncreaseSkill(string asSkill)

ParametersEdit

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

ExamplesEdit

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

NotesEdit

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

See AlsoEdit