#How do i make the gens stop working with a command?

1 messages · Page 1 of 1 (latest)

calm copper
#

Is make a variable that's true or false and toggle it with a command

lethal cape
calm copper
#

Yes sir

proud slate
#

make a boolean (true/false) which can toggle a variable, next add condition to

every 10 seconds:
    loop all players:
        loop all blocks bla bla bla:
   ->       if {examplevar} is true:
                if bla bla:
                    ...