Pages: 1
Topic closed
Um.. when I suggested a new block about ceasing one aspect of a broadcast. A scratch moderator advised me to use variable blocks.
...How do I make that possible? Please help and thankyou in advance.
Offline
Was the block you wanted <I receive [--]> ? It seems likely, because its alternative does involve variables.
To get around it, use this instead of the block you want:
[if <<((variable)) = (1)>>]
[//blocks
[//go
[//here
[//[set [variable] to (0)]]
And then use this instead of a broadcast:
[set [variable] to (1)]
It should work. :)
Offline
Topic closed
Pages: 1