You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dmanning23 edited this page Jun 9, 2013
·
1 revision
expression
Examples
35
360/16
0.7 + 0.9*$rand
180-$rank*20
(2+$1)*0.3
2^3
5%2
Expression for specifying the number.
An exponent, an addition, a subtraction, a multiplication, a division, a modulo, a bracket, and variables($1, $2, $3... $9) for parameters, $rand for random value(from 0 to 1), $rank for the rank of game difficulty(from 0 to 1)) are available.