8 lines
125 B
Plaintext
8 lines
125 B
Plaintext
Scriptname _00E_MoveToEditorLocationOnLoad extends ObjectReference
|
|
|
|
event OnLoad()
|
|
|
|
Self.MoveToMyEditorLocation()
|
|
|
|
endevent
|