Add display_choice macro
Display custom messages depending on a boolean integer value.
This commit is contained in:
@@ -2,3 +2,8 @@
|
||||
<!--% USE String(word) %-->
|
||||
<!--% String.format("%04s") %-->
|
||||
<!--% END %-->
|
||||
|
||||
<!--% MACRO display_choice(choice, display_when_true, display_when_false) BLOCK %-->
|
||||
<!--% IF choice == 1 %--><!--% display_when_true %-->
|
||||
<!--% ELSE %--><!--% display_when_false %--><!--% END %-->
|
||||
<!--% END %-->
|
||||
|
Reference in New Issue
Block a user