View Single Post
05-06-15, 07:35 AM   #3
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,237
If you want your saved variables' table structure to look more like your example, then change this line:
Code:
HistoriaDB["Level"] = {time = GetTime(), level = player_level}
  Reply With Quote