Background for Starfield
Member of the Quest script
eventOnQuestTimerEnd(intaiReason)

Description

Documentation Comment

Event received when the quest timer has ended


Parameters

  1. intaiReason


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Quest

event OnQuestTimerEnd(int aiReason)
    Debug.trace("Event received - OnQuestTimerEnd: aiReason = " + aiReason)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.