Tile - If No Else – Ylands

From Bohemia Interactive Community
Revision as of 04:41, 26 December 2020 by Lou Montana (talk | contribs) (Text replacement - "{{Ylands scripting navbox}}" to "{{Ylands editor navbox}}")
Jump to navigation Jump to search

Ylands Tile - Conditional Statement.png

  • Condition statement allows to execute specific instructions sequence if certain conditions are met.
  • It is possible to add / remove statements via context menu (right click on block)
    • If - sequence to be executed, if a specified condition is true.
    • Else if - sequence condition to test, if previous condition was false.
    • Else - sequence to be executed, if or all conditions fail.

Notes

See also: Comparison, Composition, Not



Template:Ylands editor navbox