OnStoryInfection - Quest
Member of: Quest Script
Event called when this quest is started via an infection story manager event.
SyntaxEdit
Event OnStoryInfection(ObjectReference akTransmittingActor, Form akInfection)
ParametersEdit
- akTransmittingActor: The actor that gave the player the infection.
- akInfection: The infection the player got infected with.
ExamplesEdit
Event OnStoryInfection(ObjectReference akTransmittingActor, Form akInfection)
Debug.Trace(akTransmittingActor + " just infected the player with " + akInfection)
endEvent