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.
Syntax[edit | edit source]
Event OnStoryCure(Form akInfection)
Parameters[edit | edit source]
- akInfection: The infection the player was cured of.
Examples[edit | edit source]
Event OnStoryCure(Form akInfection)
Debug.Trace("The player was cured of " + akInfection)
endEvent