Instructions/Compare Number

From Desynced Wiki
Revision as of 19:50, 11 September 2023 by Johan (talk | contribs) (Created page with "{{Instruction_Top}} ==== Description ==== ==== Uses ==== ==== Similar Instructions ==== {{Instruction_Bottom}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Compare Number
     
     Divert program depending on number of Value and Compare
Lua ID check_number
Category Math
Icon Compare Values.png
Argument One: Type Exec
Argument One: Name If Larger
Argument One: Description Where to continue if Value is larger than Compare
Argument Two: Type Exec
Argument Two: Name If Smaller
Argument Two: Description Where to continue if Value is smaller than Compare
Argument Three: Type Input
Argument Three: Name Value
Argument Three: Description The value to check with
Argument Three: Data Type num
Argument Four: Type Input
Argument Four: Name Compare
Argument Four: Description The number to check against
Argument Four: Data Type num



Description

Uses

Similar Instructions