...
Code Block | ||
---|---|---|
| ||
var max; max = pjs.max("x", "y", "z", "a", "b", "c"); // max is "z" max = pjs.max(3, 2, 1, 99, 98, 97); // max is 99 |
RPG Equivalent
%MAX()
...
Code Block | ||
---|---|---|
| ||
var max; max = pjs.max("x", "y", "z", "a", "b", "c"); // max is "z" max = pjs.max(3, 2, 1, 99, 98, 97); // max is 99 |
RPG Equivalent
%MAX()