when Greater Than
fun HatBlockHost.whenGreaterThan(compared: WhenGreaterThanComparedValue, value: Expression?, block: BlockHost.() -> Unit): NormalHatBlock
Creates a 'when loudness >' or 'when timer >' hat block.
Parameters
compared
The value to compare against (loudness or timer).
value
The threshold value.
block
The script to run.