#Buttons not working
1 messages · Page 1 of 1 (latest)
You havent provided any issues, so here's some stuff I noticed:
- Use lists. List variables are so much easier to work with.
- Change all
.in variable names to:: - use
{command::1}instead of{command1}
- For the
on join:section, you dont need{_count}, you can just use theloop-iterationexpression. - Setting the variables to false means they are, well, set. And thus they take up storage space. It would be much better to delete them