1
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
510 B

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