eventOnStoryEscapeJail(LocationakLocation, FormakCrimeGroup)
Description
Wiki Description
Event called when this quest is started via an escape jail story manager event.
Parameters
LocationakLocation
CK Wiki Description
The Location where the escape happened.
FormakCrimeGroup
CK Wiki Description
The crime group whose jail was escaped from.
Examples
No human-generated examples found for this event.
Auto-Generated Example
Scriptname MyCoolScript extends Quest
event OnStoryEscapeJail(Location akLocation, Form akCrimeGroup)
Debug.trace("Event received - OnStoryEscapeJail: akLocation = " + akLocation + " akCrimeGroup = " + akCrimeGroup)
endEventRelated Pages
- Quest
- Quest.OnStoryJail(...)
- Quest.OnStoryServedTime(...)
