Difference between revisions of "Talk:MoveToMyEditorLocation - ObjectReference"
Talk:MoveToMyEditorLocation - ObjectReference (edit)
Revision as of 09:41, 9 August 2016
, 09:41, 9 August 2016→Has anyone actually got this function to work?: - Added some working code
imported>FrankFamily (→Has anyone actually got this function to work?: new section) |
imported>Antares (→Has anyone actually got this function to work?: - Added some working code) |
||
Line 17: | Line 17: | ||
In my testing it did nothing at all, ended up placing a few xmarkers and moving to them. | In my testing it did nothing at all, ended up placing a few xmarkers and moving to them. | ||
: Seems to work fine for me. This was my code: | |||
<source lang="papyrus"> | |||
Event OnLoad() | |||
Self.MoveToMyEditorLocation() | |||
EndEvent | |||
</source> | |||
What kinds of forms were you trying to move? I don't think STATIC forms can be moved. I tested this on MiscItem, Weapon, and Armor forms. --[[User:Antares|Antares]] ([[User talk:Antares|talk]]) 2016-08-09T10:41:12 (EDT) |