- type: addBlock
label: 2001
size: 1
rects:
- [0, 0, 1, 1]
executionChances: 33
- type: addBlock
label: 2002
size: 1
rects:
- [0, 0, 1, 1]
executionChances: 33
conditionals: [-2001]
- type: addBlock
label: 2003
size: 1
rects:
- [0, 0, 1, 1]
conditionals: [-2001, -2002]
- type: removeBlock
rects:
- [0, 0, 1, 1]
###2001=true => script1 2002=true=>script2 2003=true =>script3
#just put conditionals: [2001,..] to each script one block