OnStoryCure - Quest
Jump to navigation
Jump to search
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