View Single Post
09-07-16, 04:48 PM   #8
Sweetsour
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Dec 2014
Posts: 130
Originally Posted by Seerah View Post
Why are you not using the relativeTo frame returned from GetPoint?
I was getting strange results from trying to reference the parent object in the saved variables, so I just keep the parent's name in "relativeTo" part of my saved variables, then access the parent via SSA[relativeTo]

Originally Posted by Lombra View Post
Do the same for Object instead. (assuming that's not the same frame) Then reload two times.

If you use AceAddon :OnEnable = PLAYER_LOGIN I believe, so that should be fine for using the saved variables. Ideally you'd do it at ADDON_LOADED, though.
Sorry, what do you mean by "the same for Object instead"? Also yes, it is the same frame

Last edited by Sweetsour : 09-07-16 at 04:53 PM.
  Reply With Quote