2021-10-06 00:15:58 +02:00
|
|
|
Scriptname _00E_MQ13a_SC07_StarshipBedSC extends ObjectReference
|
|
|
|
|
|
|
|
;=====================================================================================
|
|
|
|
; EVENTS
|
|
|
|
;=====================================================================================
|
|
|
|
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
|
2024-01-10 15:08:24 +01:00
|
|
|
If MQ13a.GetCurrentStageID() == 75 && akActionRef == Game.GetPlayer()
|
2021-10-06 00:15:58 +02:00
|
|
|
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
|