enderalse/source/scripts/_00e_movetoeditorlocationonload.psc

8 lines
125 B
Plaintext
Raw Permalink Normal View History

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