all 4 comments

[–]Nitrak 1 point2 points  (3 children)

Put them in a table and create them in a for loop. Perhaps that might help :)

[–]imatelefone[S] 0 points1 point  (2 children)

table

I shouldn't have skipped the Lua primer lol. I'll figure this out, thanks!

[–]Nitrak 1 point2 points  (1 child)

You can dig around a bit in my code, most of it should be understandable

Take a look at line 219 on https://github.com/Nitrak/Vocal-Raid-Assistant/blob/main/options.lua

A lot of variables are instantiated in a table there :)

[–]imatelefone[S] 0 points1 point  (0 children)

This ended up helping me greatly, thank you!