enderalse/source/scripts/_00e_movetoeditorlocationonload.psc

8 lines
125 B
Plaintext
Raw Normal View History

2021-10-06 00:28:57 +02:00
Scriptname _00E_MoveToEditorLocationOnLoad extends ObjectReference
event OnLoad()
Self.MoveToMyEditorLocation()
endevent