enderalse/source/scripts/_00e_mq13c_sc06_crystalactspheresc.psc

23 lines
654 B
Plaintext
Raw Normal View History

2024-01-16 01:56:39 +00:00
ScriptName _00E_MQ13c_SC06_CrystalActSphereSC Extends ObjectReference
;-- Variables ---------------------------------------
;-- Properties --------------------------------------
Quest Property MQ13c Auto
Scene Property MQ13c_SC06_TravelToGearTower Auto
;-- Functions ---------------------------------------
; Skipped compiler generated GetState
; Skipped compiler generated GotoState
Event OnActivate(ObjectReference akActionRef)
If (akActionRef == Game.GetPlayer() as ObjectReference) && MQ13c.GetStage() == 80
If MQ13c_SC06_TravelToGearTower.IsActionComplete(8)
MQ13c.SetStage(85)
Self.Disable(False)
EndIf
EndIf
EndEvent