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
Event OnStoryEscapeJail(Location akLocation, Form akCrimeGroup)
Debug.Trace("The player escaped from a jail owned by " + akCrimeGroup)
endEventAuto-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(...)
