24 lines
891 B
Plaintext
24 lines
891 B
Plaintext
Scriptname _00E_MQ13a_SC07_StarshipBedSC extends ObjectReference
|
|
|
|
;=====================================================================================
|
|
; EVENTS
|
|
;=====================================================================================
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
If MQ13a.GetStage() == 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 |