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
Event OnStoryCure(Form akInfection)
Debug.Trace("The player was cured of " + akInfection)
endEventAuto-Generated Example
Scriptname MyCoolScript extends Quest
event OnStoryCure(Form akInfection)
Debug.trace("Event received - OnStoryCure: akInfection = " + akInfection)
endEventRelated Pages
- Quest
- Quest.OnStoryInfection(...)
