enderalse/scripts/source/_00e_mq09_setgamehoursc.psc

12 lines
299 B
Plaintext

Scriptname _00E_MQ09_SetGameHourSC extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
If akActionRef == PlayerRef && bDone == False
bDone = True
MQ09.AdjustGameHour()
EndIf
EndEvent
Bool bDone
Actor Property PlayerRef Auto
_00E_MQ09_QuestFunctions Property MQ09 Auto