OnStoryEscapeJail - Quest

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: Quest Script

Event called when this quest is started via an escape jail story manager event.

Syntax[edit | edit source]

Event OnStoryEscapeJail(Location akLocation, Form akCrimeGroup)

Parameters[edit | edit source]

  • akLocation: The Location where the escape happened.
  • akCrimeGroup: The crime group whose jail was escaped from.

Examples[edit | edit source]

Event OnStoryEscapeJail(Location akLocation, Form akCrimeGroup)
  Debug.Trace("The player escaped from a jail owned by " + akCrimeGroup)
endEvent

See Also[edit | edit source]