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
503 B

ScriptName QF__00E_MQ00_01000CD0 Extends Quest hidden
;-- Variables ---------------------------------------
;-- Properties --------------------------------------
ReferenceAlias Property Alias_Player Auto
ReferenceAlias Property Alias_StartMarkerRef Auto
;-- Functions ---------------------------------------
; Skipped compiler generated GetState
; Skipped compiler generated GotoState
Function Fragment_0()
Game.GetPlayer().moveto(Alias_StartMarkerRef.GetRef(), 0.0, 0.0, 0.0, True)
EndFunction