View Single Post
10/25/20, 09:11 AM   #1
mihannnik
Join Date: Oct 2020
Posts: 4
One more question about ZO_SavedVars

When I searched the API for information about ZO_SavedVars I could not find a way to load the variables after the first load. Is there a way to update stored variables more than once, or does this update only happen once?
I've tried doing:
Saved = nil
Saved = ZO_SavedVars:NewAccountWide("SavedVars", 1, nil, Table)
But it didn't work.
  Reply With Quote