4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 lines
387 B

Scriptname _00E_FS_NQR05_SetGamehourSC extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
if akActionRef == PlayerREF
Debug.Notification("Trigger entered, Time-manipulation started")
GameHour.SetValue(21)
Timescale.SetValue(0.01)
EndIf
EndEvent
Actor Property PlayerREF Auto
GlobalVariable Property Timescale Auto
GlobalVariable Property GameHour Auto