enderalse/source/scripts/qf_mq101_00000f92.psc

18 lines
510 B
Plaintext
Raw Normal View History

2024-01-16 01:56:39 +00:00
ScriptName QF_MQ101_00000F92 Extends Quest hidden
;-- Variables ---------------------------------------
;-- Properties --------------------------------------
ReferenceAlias Property Alias_AfterLifeMarkerRef Auto
ReferenceAlias Property Alias_PlayerRef Auto
;-- Functions ---------------------------------------
; Skipped compiler generated GetState
; Skipped compiler generated GotoState
Function Fragment_0()
Game.GetPlayer().moveto(Alias_AfterLifeMarkerRef.GetRef(), 0.0, 0.0, 0.0, True)
EndFunction