enderalse/source/scripts/qf__00e_mq00_01000cd0.psc

18 lines
503 B
Plaintext

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