minity-script / minity

Minity is a scripting language for Vanilla Minecraft
https://minity-script.github.io
GNU General Public License v3.0
23 stars 0 forks source link

Cannot define constant with basic arithmetic #17

Open AgainPsychoX opened 2 years ago

AgainPsychoX commented 2 years ago

This does not work

?motion_threshold = 1
?motion_threshold_negative = -?motion_threshold
?motion_threshold_negative = -{?motion_threshold} // nor this