like the [blocks]<if>[/blocks] block only saying, if you have received this broadcast already, then do this. It should open up a whole new range of possibilites with the broadcasting block.
Offline
I don't really get how this works; could you explain a little more?
Offline
scimonster wrote:
I don't really get how this works; could you explain a little more?
They're suggesting the much sought after <I Receive> block, but with the addition that it checks if the broadcast has been received in the past.
Offline
you can use this command in 2.0
[when <i receive [sss]>]
[if (sssbroadcasted?)=1]
[](do stuff when its broadcasted here)
[else]
[](do stuff when its not broadcasted here)
[][set (sssbroadcasted?) to 1]
[ ]
Offline