15 lines
398 B
Plaintext
15 lines
398 B
Plaintext
|
Scriptname _00E_MQ05PrologueTealorCellScript extends ReferenceAlias
|
||
|
|
||
|
Event OnLocationChange(Location akOldLoc, Location akNewLoc)
|
||
|
|
||
|
if (!Done) && (akNewLoc == _00E_SuntempleLocation)
|
||
|
Self.GetReference().MoveTo(MQ05Prologue_SC2_TealorTravelMarker01)
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
|
||
|
bool Done
|
||
|
|
||
|
Location Property _00E_SuntempleLocation Auto
|
||
|
ObjectReference Property MQ05Prologue_SC2_TealorTravelMarker01 Auto
|