View Single Post
12/10/19, 06:24 PM   #5
MethosFrost
AddOn Author - Click to view addons
Join Date: Dec 2018
Posts: 5
Originally Posted by votan View Post
You always use the same setting called "set".
I guess you want to do:
Lua Code:
  1. setting[set]

setting.set is setting["set"]. Not setting.$set like in powershell.
That's exactly what I was looking for, Thanks! I was unsure how to convert that out of being a string in lua.
  Reply With Quote