(max|maximum) of %x:NUMBER% and %y:NUMBER% — Expressions

(max|maximum) of %x:NUMBER% and %y:NUMBER%
(max|maximum) between %x:NUMBER% and %y:NUMBER%
Math1.0.0

Description

Returns the larger of two values.

Examples

set highest to max of health and maxHealth
set highest to maximum between 10 and 20
Analyzing pattern:

All Possible Usages (2)

Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.

max of <x> and <y>
maximum of <x> and <y>

Related (Math)