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

ScriptName QF_EStartUp_00001E8A Extends Quest hidden
;-- Variables ---------------------------------------
;-- Properties --------------------------------------
ReferenceAlias Property Alias_CharGenStartMarkerRef Auto
;-- Functions ---------------------------------------
; Skipped compiler generated GetState
; Skipped compiler generated GotoState
Function Fragment_2()
Game.GetPlayer().moveto(Alias_CharGenStartMarkerRef.GetRef(), 0.0, 0.0, 0.0, True)
Self.SetStage(10)
EndFunction