#Buttons not working

1 messages · Page 1 of 1 (latest)

balmy rock
#

can you tell us what you need help with?

#

You havent provided any issues, so here's some stuff I noticed:

  1. Use lists. List variables are so much easier to work with.
  • Change all . in variable names to ::
  • use {command::1} instead of {command1}
  1. For the on join: section, you dont need {_count}, you can just use the loop-iteration expression.
  2. 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