Fix some bad WML and a typo.
This commit is contained in:
parent
0e99f4a0e8
commit
8e54fedc2c
1 changed files with 5 additions and 18 deletions
|
@ -643,27 +643,11 @@
|
|||
[/filter]
|
||||
[message]
|
||||
speaker=unit
|
||||
[store_unit]
|
||||
[filter]
|
||||
x=4-8,7,8
|
||||
y=5-8,4,4
|
||||
[/filter]
|
||||
variable=MyUnit
|
||||
[/store_unit]
|
||||
[if]
|
||||
[variable]
|
||||
name=MyUnit.description
|
||||
equals="Arne"
|
||||
[/variable]
|
||||
[then]
|
||||
image="arne.png"
|
||||
[/then]
|
||||
[/if]
|
||||
message= _"I found Bjarn. He is in this cell."
|
||||
[/message]
|
||||
[if]
|
||||
[variable]
|
||||
name=MyUnit.description
|
||||
name=unit.description
|
||||
equals="Arne"
|
||||
[/variable]
|
||||
[then]
|
||||
|
@ -681,7 +665,7 @@
|
|||
[/if]
|
||||
[message]
|
||||
description=Bjarn
|
||||
message= _ "The damn Dark Sorcerer Rotharik has imprisoned me behind this magical enhanced iron gate. It can only be opend with the correct key. You must get it from him to free me."
|
||||
message= _ "The damn Dark Sorcerer Rotharik has imprisoned me behind this magical enhanced iron gate. It can only be opened with the correct key. You must get it from him to free me."
|
||||
[/message]
|
||||
[if]
|
||||
[variable]
|
||||
|
@ -744,6 +728,9 @@
|
|||
bonus=yes
|
||||
[/endlevel]
|
||||
[/then]
|
||||
[else]
|
||||
[allow_undo][/allow_undo]
|
||||
[/else]
|
||||
[/if]
|
||||
[/event]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue