View Single Post
05/29/23, 11:54 AM   #4
sinnereso
AddOn Author - Click to view addons
Join Date: Oct 2022
Posts: 247
Doesn't appear to work.

It's not critical but I prefer to have numbers in 10,000 format for asthetics. numbers like 10000 in a dropdown looks cheese. Its just for a new telvar reserve feature for Xmultiplier telvar farming but want it to look guud =p. Its perfectly functional now without comma.

ill continue with no comma for now unless we find something genius.

its basically this line that needs the tweak to non comma delimited number like 10000:

Code:
setFunc = function(var) MyAddon.savedVariables.telvarReserve = tonumber(var) end,

Last edited by sinnereso : 05/29/23 at 12:03 PM.
  Reply With Quote