View Single Post
02-04-22, 08:44 PM   #8
doublebrutal
A Deviate Faerie Dragon
Join Date: Feb 2022
Posts: 12
So the first code output a messy version of what I am after into the chatbox in game, but is far bigger than i can scroll through in the chatbox to copy/paste. I am currently trying to make it output to savedvariables but not really getting anywhere. When I open my savedvariable for my addon in the WTF folder, it is a single line of code:

EXPORTSTATSDB = nil

An example of the results returned from that code by fizzle is:

7399 Challenge mode dungeons completed 0 false nil nil nil 1 136243 false false nil true

I'm guessing it's hitting one of these nils and just stopping instead of outputting to savedvariables. Would it be easier to have the output come up in a window like /simc or /amr for a simple copy paste export?

I tried using message instead of print but it only outputs the very first value of 7399 in the message window.

Last edited by doublebrutal : 02-04-22 at 09:12 PM.
  Reply With Quote