fix anerror

This commit is contained in:
newfrenchy83 2021-04-15 23:47:40 +02:00 committed by Pentarctagon
parent ad95696b4a
commit 1cb2393b42

View file

@ -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