View Single Post
06/19/23, 08:30 PM   #4
sinnereso
AddOn Author - Click to view addons
Join Date: Oct 2022
Posts: 247
THANK YOU BEAR!!! luvulongtime! that helped me soo much! I went with:

Code:
MyAddon.charVariables = ZO_SavedVars:NewAccountWide( MyAddon.svName, MyAddon.svVersion, GetUnitName("player"), nil )

and

MyAddon.charVariables.autometSkill = something
and appears to be working perfectly.. I literally only had to add the top line and change the other variable references and BAM working perfectly but currently in further testing by others with more alts. I only ever made 1 toon. Im templar4lyfe

Last edited by sinnereso : 06/19/23 at 11:15 PM.
  Reply With Quote