OnStoryIncreaseLevel - 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 OnStoryIncreaseLevel(int aiNewLevel)

Parameters[edit | edit source]

  • aiNewLevel: The level the player just got.

Examples[edit | edit source]

Event OnStoryIncreaseLevel(int aiNewLevel)
  Debug.Trace("Player just reached level " + aiNewLevel)
endEvent

Notes[edit | edit source]

  • The event fires when you increase a stat and exit from the perk menu.

See Also[edit | edit source]