Feature
- Add temp_score_prefix and const_score_prefix options (
32a0ab6
)
meta:
bolt_expressions:
const_score_prefix: "#"
temp_score_prefix: "%"
obj["$a"] = 100 - obj["$b"] * 2
# scoreboard players operation %i0 bolt.expr.temp = $b abc.obj
# scoreboard players operation %i0 bolt.expr.temp *= #2 bolt.expr.const
# scoreboard players set $a abc.obj 100
# scoreboard players operation $a abc.obj -= %i0 bolt.expr.temp