The syntax on (Here) for set scale of {_shape} to 2 * (scale of {_shape}) doesn't seem to work in the 'v1.3.4' version. Is there new syntax?
Syntax error here:
Syntax error here:
CSS:
on right click holding lime dye:
if name of player's held item is "&a&lRegen":
play sound "block_note_block_pling" to player
send "&aAbility has been used." to player
set {_loc} to player's location
set {_shape} to a circle of radius 0.2
set particle of {_shape} to electric spark particle
loop 30 times:
draw the shapes {_shape} at {_loc}
set scale of {_shape} to 2 * (scale of {_shape})
wait 1 tick