fix anerror
This commit is contained in:
parent
ad95696b4a
commit
1cb2393b42
1 changed files with 5 additions and 5 deletions
|
@ -318,7 +318,7 @@ _"No gold carried over to the next scenario."#enddef
|
|||
#enddef
|
||||
|
||||
# wmlindent: start ignoring
|
||||
#define ROLWHILE ARRAY_VALUE VAR
|
||||
#define FOREACH ARRAY_VALUE VAR
|
||||
#deprecated 1 You should use the [foreach] WML tag instead.
|
||||
# Macro to begin a WML clause that iterates over an array.
|
||||
{VARIABLE {VAR} 0}
|
||||
|
@ -330,8 +330,8 @@ _"No gold carried over to the next scenario."#enddef
|
|||
[do]
|
||||
#enddef
|
||||
|
||||
#define ROLNEXT VAR
|
||||
#deprecated 1 You should use the [foreach] WML tag instead of {ROLWHILE}.
|
||||
#define NEXT VAR
|
||||
#deprecated 1 You should use the [foreach] WML tag instead of {FOREACH}.
|
||||
# Macro to end a WML clause that iterates over an array.
|
||||
[set_variable]
|
||||
name={VAR}
|
||||
|
@ -343,8 +343,8 @@ _"No gold carried over to the next scenario."#enddef
|
|||
#enddef
|
||||
# wmlindent: stop ignoring
|
||||
|
||||
# wmlindent: opener "{ROLWHILE "
|
||||
# wmlindent: closer "{ROLNEXT "
|
||||
# wmlindent: opener "{FOREACH "
|
||||
# wmlindent: closer "{NEXT "
|
||||
|
||||
#define DRAKE_FLYING_ANIM STANDING_IMAGE FLYING_IMAGE
|
||||
#deprecated 2
|
||||
|
|
Loading…
Add table
Reference in a new issue