23 lines
575 B
Plaintext
23 lines
575 B
Plaintext
Scriptname _00E_MQ11a_SC13_BookSC extends ObjectReference
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
if akActionRef == PlayerREF && (MQ11a_LeftTower.GetValueInt() == 6) && (Done == False)
|
|
Done = True
|
|
DalGalar02.ForceRefTo(MQ11a_SC13_DalGalarREF)
|
|
MQ11a_SC14_LeftTowerVision02.ForceStart()
|
|
MQ11a_LeftTower.SetValueInt(7)
|
|
EndIf
|
|
|
|
EndEvent
|
|
|
|
Scene Property MQ11a_SC14_LeftTowerVision02 Auto
|
|
|
|
GlobalVariable Property MQ11a_LeftTower Auto
|
|
|
|
Actor Property PlayerREF Auto
|
|
Actor Property MQ11a_SC13_DalGalarREF Auto
|
|
|
|
ReferenceAlias Property DalGalar02 Auto
|
|
|
|
bool Done |