Is there a way to see all the variables you have created and set in LUA? Like a command that would list them all then the values.
I'd like to list all my variables so I can find out which ones I need to turn into global variables to carry over to my next session.
ListVars
Var1 = "This is variable One"
Var2 = "This is Variable Two"
ect.
I'd like to list all my variables so I can find out which ones I need to turn into global variables to carry over to my next session.