OnStoryCure - Quest
Revision as of 15:22, 17 November 2011 by imported>Henning
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