eventOnStoryCure(FormakInfection)
Description
Wiki Description
Event called when this quest is started via a cure story manager event.
Parameters
FormakInfection
CK Wiki Description
The infection the player was cured of.
Examples
No human-generated examples found for this event.
Auto-Generated Example
Scriptname MyCoolScript extends Quest
event OnStoryCure(Form akInfection)
Debug.trace("Event received - OnStoryCure: akInfection = " + akInfection)
endEventRelated Pages
- Quest
- Quest.OnStoryInfection(...)
