Add a way to stop the tutorial via a right-click menu,

...instead of getting the answer each turn. Patch #3203 by hankerspace
This commit is contained in:
Iurii Chernyi 2012-03-27 22:09:15 +00:00
parent fd63d38699
commit 94a8e076c6
4 changed files with 20 additions and 2 deletions

View file

@ -29,6 +29,7 @@ Version 1.11.0-svn:
* Removed Al'Brock and Flar'Tar death as defeat condition in objectives in
Civil War
* Tutorial:
* Applied patch #3203: Allow to end the scenario via the right-click menu.
* Fixed bug #19316: Narrator messages are now translated.
* Replacd $unit.type by $unit.language_name to make a string completely
translateable

View file

@ -1126,10 +1126,22 @@ Now, Lisar, I will leave you with more dummies to practice on! After that, we
[event]
name=new turn
first_time_only=no
first_time_only=yes
[set_menu_item]
description= _ "End Scenario"
id="skip_item"
[command]
[endlevel]
result=victory
carryover_report=no
carryover_add=yes
carryover_percentage=0
[/endlevel]
[/command]
[/set_menu_item]
[message]
speaker=narrator
message= _"Do you want to keep practicing?"
message= _"Do you want to keep practicing? You can complete this scenario at any time using the right click."
[option]
message= _"Yes, Im still figuring it out."
[/option]

View file

@ -1185,6 +1185,10 @@
name = "Thibault Févry (iwontbecreative)"
comment = "Some GCI tasks and utils/wiki_grabber.py cleanup."
[/entry]
[entry]
name = "Thomas Martinet (hankerspace)"
email = "hankerspace_AT_gmail.com"
[/entry]
[entry]
name = "Thomas Prevost (zancdar)"
email = "thomas.prevost_AT_gmail.com"

View file

@ -17,6 +17,7 @@ Version 1.11.0-svn:
* Removed Al'Brock and Flar'Tar death as defeat condition in objectives in
Civil War.
* Tutorial:
* Applied patch #3203: Allow to end the scenario via the right-click menu.
* Fixed bug #19316: Narrator messages are now translated.
* Replacd $unit.type by $unit.language_name to make a string completely
translateable.