OnStoryCure - Quest
Member of: Quest Script
Event called when this quest is started via a cure story manager event.
SyntaxEdit
Event OnStoryCure(Form akInfection)
ParametersEdit
- akInfection: The infection the player was cured of.
ExamplesEdit
Event OnStoryCure(Form akInfection)
Debug.Trace("The player was cured of " + akInfection)
endEvent