OnStoryCure - Quest

From the CreationKit Wiki
Revision as of 15:22, 17 November 2011 by imported>Henning
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

See Also[edit | edit source]