18 lines
494 B
Plaintext
18 lines
494 B
Plaintext
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
|