Variables and Operators

All of the following work with any command that accepts an <equation> (i.e. /calc, /setx)

  • Operators: +, -, /, *, %
  • Variables: x, y, z, ans, health, death, height, bubble
  • Constants: stack (64)
  • Custom Constants: var1, var2, var3, var4, var5
  • No operators, variables, and constants in custom constants
  • Other: You can use parenthesis and powers (^). Spacing doesn't affect output.
Related links