OnStoryEscapeJail - Quest

From the CreationKit Wiki
Revision as of 15:23, 17 November 2011 by imported>Henning
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]