#TSU: show = false "not working"

4 messages · Page 1 of 1 (latest)

rose blaze
#

Hi I can't get this weakaura to not show but I'm new to weakauras in general and TSU's... It's a progressbar type of weakaura. The code in all the if statements are being executed and i tested all cases and the input is as expected, it's simply me not understanding why show = false is not hiding the weakaura.

pallid sorrel
#

Could you paste the code instead of a screenshot?

#

!`

modest pagodaBOT
#

You can format your code to be much more easy to read using Discord "markdown" formatting:
```Lua
--CODE HERE
```
• ` these are "backticks", usually to the left of the 1 key, not apostrophes.
• If in doubt copy paste the above and add your code
• Bonus point available for using syntax highlighting:
◘ Using the name of the language you're using after the backticks provides syntax highlighting.
◘ "Lua" is the language used in WA custom code blocks.