Background for Skyrim SE
Member of the Quest script
eventOnStoryCure(FormakInfection)

Description

Wiki Description

Event called when this quest is started via a cure story manager event.


Parameters

  1. FormakInfection

    CK Wiki Description

    The infection the player was cured of.


Examples

Event OnStoryCure(Form akInfection)
  Debug.Trace("The player was cured of " + akInfection)
endEvent

Auto-Generated Example

Scriptname MyCoolScript extends Quest

event OnStoryCure(Form akInfection)
    Debug.trace("Event received - OnStoryCure: akInfection = " + akInfection)
endEvent

Related Pages


Additional References

View this event’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.