[scratchblocks] tag isn't working?


i had two [scratchblocks] tags in there, but only one worked (and the first one was suppoed to be a command)
oh, and just realized the text after that isnt showing up

Put them on new lines.
[scratchblocks]
broadcast [ v]::control
[/scratchblocks]

And you need an empty line between the [scratchblocks] tags to get it to actually work.

[scratchblocks]
when I recieve [ v]::control hat
[/scratchblocks]

[scratchblocks]
broadcast [ v]::control 
[/scratchblocks]

And you need an empty line between the `[scratchblocks]` tags to get it to actually work.

[scratchblocks]
when I recieve [ v]::control hat
[/scratchblocks]

oh, ok