objectives= -> [objectives].

This commit is contained in:
Lari Nieminen 2008-02-19 10:38:22 +00:00
parent 479ff637f4
commit 68d1d09367
2 changed files with 50 additions and 19 deletions

View file

@ -39,15 +39,6 @@
{UNDERGROUND}
next_scenario=dwarven_mines
objectives="
Victory:
@Find the Dwarves
@Clear the Caves
Defeat:
#Death of Tallin
#Death of Hamel
#Turns run out
"
[side]
type=Peasant
@ -242,6 +233,31 @@ Defeat:
description=Tallin
message= _ "Calm down, $name.user_description. Come what may, we'll handle them. Come on now, let's find those dwarves!"
[/message]
[objectives]
side=1
[objective]
description= _ "Find the Dwarves"
condition=win
[/objective]
[objective]
description= _ "Clear the Caves"
condition=win
[/objective]
[objective]
description= _ "Death of Tallin"
condition=lose
[/objective]
[objective]
description= _ "Death of Hamel"
condition=lose
[/objective]
[objective]
description= _ "Turns run out"
condition=lose
[/objective]
[/objectives]
[/event]
[event]

View file

@ -104,16 +104,6 @@
{PLACE_IMAGE scenery/dwarven-doors-closed.png 18 3}
next_scenario=clearing_the_mines
objectives="
Victory:
@Get into the mines or...
@Just kill the annoying little puppies.
Defeat:
#Death of Tallin
#Death of Hamel
#Turns run out
"
[side]
type=Peasant
description=Tallin
@ -179,6 +169,31 @@ Defeat:
message= _ "I don't think so, buddy."
[/message]
[objectives]
side=1
[objective]
description= _ "Get into the mines or..."
condition=win
[/objective]
[objective]
description= _ "Just kill the annoying little puppies"
condition=win
[/objective]
[objective]
description= _ "Death of Tallin"
condition=lose
[/objective]
[objective]
description= _ "Death of Hamel"
condition=lose
[/objective]
[objective]
description= _ "Turns run out"
condition=lose
[/objective]
[/objectives]
[/event]
{./utils/herodeaths.cfg}