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