OnStoryEscapeJail - Quest

Member of: Quest Script

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

SyntaxEdit

Event OnStoryEscapeJail(Location akLocation, Form akCrimeGroup)

ParametersEdit

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

ExamplesEdit

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

See AlsoEdit