Mir3DCheckSpecifiedVariable - LOMCN Wiki

Revision as of 15:13, 15 June 2025 by Jev (talk | contribs) (Created page with "==Detect judgment variables== Function: Detects and determines the variables specified by the role Format: CheckCalc Detection Condition Detector Target conditions Detector...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Play Now

Detect judgment variables

Function: Detects and determines the variables specified by the role

Format: CheckCalc Detection Condition Detector Target conditions

Detector support: > ; greater than < ; Less than >= ; Greater than or equal to <= ; Less than or equal to == ; Equal to != ; Not equal

Example:

  1. IF

CheckCalc <$STR(N1)> == 100

  1. SAY

Hint: The current N1 variable is equal to 100.

  1. ELSESAY

note: The current N1 variable is not equal to 100.