enderalse/scripts/source/_00e_movetoeditorlocationonload.psc
2021-10-06 00:28:57 +02:00

8 lines
125 B
Plaintext

Scriptname _00E_MoveToEditorLocationOnLoad extends ObjectReference
event OnLoad()
Self.MoveToMyEditorLocation()
endevent