View Single Post
01-13-16, 10:48 AM   #1
badness
A Cliff Giant
 
badness's Avatar
Join Date: May 2010
Posts: 74
LiteStats Script

Hey I'm in need of some help understanding this script from the litestats addon. It is to clear all money data but I have no idea how to get it work. Ive tried copy and pasting the whole thing but it didnt work.

/script for _,t in pairs(LPSTAT) do if type(t)=='table' then t.Gold = nil end end
  Reply With Quote