fixed some WML mistakes
-incorrect [or] usage -should not use commas in variable names
This commit is contained in:
parent
093c91d191
commit
5f70b7b07f
2 changed files with 8 additions and 12 deletions
|
@ -150,17 +150,17 @@
|
|||
numerical_equals=5
|
||||
[/variable]
|
||||
[then]
|
||||
{CLEAR_VARIABLE cleared_$x1|,$y1|_village}
|
||||
{CLEAR_VARIABLE cleared_$x1|_$y1|_village}
|
||||
[/then]
|
||||
[else]
|
||||
[if]
|
||||
[variable]
|
||||
name=cleared_$x1|,$y1|_village
|
||||
name=cleared_$x1|_$y1|_village
|
||||
not_equals=yes
|
||||
[/variable]
|
||||
[then]
|
||||
[set_variable]
|
||||
name=cleared_$x1|,$y1|_village
|
||||
name=cleared_$x1|_$y1|_village
|
||||
value=yes
|
||||
[/set_variable]
|
||||
# Compute the number of indigs that will pop up
|
||||
|
|
|
@ -102,16 +102,12 @@
|
|||
[/recall]
|
||||
|
||||
[if]
|
||||
[or]
|
||||
[have_unit]
|
||||
description=Darchas
|
||||
[/have_unit]
|
||||
[or]
|
||||
[/or]
|
||||
[have_unit]
|
||||
[have_unit]
|
||||
description=Darchas
|
||||
[or]
|
||||
description=Lorinne
|
||||
[/have_unit]
|
||||
[/or]
|
||||
[/or]
|
||||
[/have_unit]
|
||||
[then]
|
||||
[message]
|
||||
speaker=narrator
|
||||
|
|
Loading…
Add table
Reference in a new issue