OnStoryInfection - Quest

Revision as of 16:24, 17 November 2011 by imported>Henning
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

See AlsoEdit