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

Description

Documentation Comment

aiReason values for OnQuestTimer***** are 0=timer expired, 1=stage triggered, 2=script
Event received when the quest timer has started


Parameters

  1. intaiReason


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Quest

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