am i doing this right? like it wont work i did try it
set line 3 of block at {lobby1} to "&e%size of {tttjoin::*}%/32"
command resetgame:
trigger:
# set {gameon} to false
delete {rank::*}
delete {tttjoin::*}
delete {rank::%player's uuid%}
updateSign(location)
delete {traitors::*}
delete {innocents::*}
on sign change:
line 1 is "Lobby1"
set {lobby1} to location of event-block
send "%{lobby1}%" to player
set line 1 to "&4Lobby1"
set line 2 to "&aClick to join"
set line 3 to "&e%size of {tttjoin::*}%/32"
set line 4 to "&fMAP <>"
on rightclick on sign:
line 1 of the clicked block is "&4Lobby1":
set line 1 to "&4Lobby1"
set line 2 to "&aClick to join"
add player to {tttjoin::*}
set line 3 to "&e%size of {tttjoin::*}%/32"
set line 4 to "&fMAP <>"```
like it wont update when i run the /resetgame cmd