Tile - If No Else – Ylands
Jump to navigation
Jump to search
(Created page with " ---- {{Ylands scripting navbox}}") |
No edit summary |
||
Line 1: | Line 1: | ||
[[Image: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 is false. | |||
**'''Else''' - sequence to be executed, if or all conditions fail. | |||
---- | ---- | ||
{{Ylands scripting navbox}} | {{Ylands scripting navbox}} |
Revision as of 17:19, 11 December 2018
- 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 is false.
- Else - sequence to be executed, if or all conditions fail.