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.
 
 
 

24 lines
900 B

Scriptname _00E_MQ13a_SC07_StarshipBedSC extends ObjectReference
;=====================================================================================
; EVENTS
;=====================================================================================
Event OnActivate(ObjectReference akActionRef)
If MQ13a.GetCurrentStageID() == 75 && akActionRef == Game.GetPlayer()
If CaliaRomance.GetValueInt() == 0 && JesparRomance.GetValueInt() == 0
MQ13a.CallSleepBox()
EndIf
EndIf
EndEvent
;=====================================================================================
; PROPERTIES
;=====================================================================================
_00E_MQ13a_Functions Property MQ13a Auto
GlobalVariable Property CaliaRomance Auto
GlobalVariable Property JesparRomance Auto