Currently just parses math expressions. Put in an equation, and get the answer! Documentation: () calculates things inside brackets first +& joins text + - * / does what you expect % modulo ^ power (yes this calculates powers) @ round number _ abs ! not & and | or == equals > more than < less than \ (different from /) stops calculations on next character (so if you want to write 100% do 100\%) (this works on itself too, \ is \\) length (value) rand (min) (max) if <bool> (value/command) if <bool> (value/command) else (value/command)
Inspired by Parallel1 (which was inspired by Proli) Please comment any commands that cause issues. (this includes commands that stop ask from happening)