Document REPEAT macro (bug #13231)
This commit is contained in:
parent
3762b142b0
commit
19aac9c54d
1 changed files with 6 additions and 0 deletions
|
@ -106,6 +106,12 @@
|
|||
# wmlindent: closer "{NEXT "
|
||||
|
||||
#define REPEAT NUMBER BODY_WML
|
||||
# Macro to execute some WML a defined number of times.
|
||||
#
|
||||
# Example that causes screen to quake 5 times:
|
||||
#! {REPEAT 5 (
|
||||
#! {QUAKE "rumble.ogg"}
|
||||
#! )}
|
||||
{VARIABLE REPEAT_i 0}
|
||||
|
||||
[while]
|
||||
|
|
Loading…
Add table
Reference in a new issue