- Found in:
- Vanilla
eventOnQuestTimerPause(intaiReason)
Description
Documentation Comment
Event received when the quest timer has been paused
Parameters
intaiReason
Examples
Auto-Generated Example
Scriptname MyCoolScript extends Quest
event OnQuestTimerPause(int aiReason)
Debug.trace("Event received - OnQuestTimerPause: aiReason = " + aiReason)
endEvent