This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What is the enhancement in mind? How should it look and feel?
conditional programming
usage:x y z blocktype ? command1[: command2]
this means if the block at (x,y,z) is of type blocktype, run command1 else run command2The else part can be skipped, then no action is taken if the condition is false.
Please provide any additional information below.
To post a comment, please login or register a new account.