Skip to content

Commit

Permalink
AI Arena: fix the menus
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsc committed Mar 25, 2016
1 parent 09ee5c7 commit df57148
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions data/ai/scenarios/scenario-AI_Arena_small.cfg
Expand Up @@ -38,17 +38,21 @@
[event]
name=preload
first_time_only=no
[set_variable]
name=test_path_to_ai
value=ai/ais/ai_default_rca.cfg
[/set_variable]
[set_variable]
name=test_path_to_idle_ai
value=ai/dev/idle_ai.cfg
[/set_variable]
[set_variable]
name=test_path_to_formula_ai
value=ai/ais/formula_ai.cfg
value=ai/dev/formula_ai.cfg
[/set_variable]
[set_variable]
name=test_path_to_testing_ai_default
value=ai/dev/testing_ai_default.cfg
name=test_path_to_ai_default_rca
value=ai/ais/ai_default_rca.cfg
[/set_variable]
[set_variable]
name=test_id
Expand Down Expand Up @@ -173,11 +177,11 @@
label= _ "I am happy with the current AI of team 2, [$test_path_to_ai]" # wmllint: no spellcheck
[/option]
[option]
label= _ "My AI is TESTING AI DEFAULT, implemented as ai_composite." # wmllint: no spellcheck
label= _ "My AI is the RCA AI (the current default)." # wmllint: no spellcheck
[command]
[set_variable]
name=test_path_to_ai
value=$test_path_to_testing_ai_default
value=$test_path_to_ai_default_rca
[/set_variable]
[/command]
[/option]
Expand All @@ -190,29 +194,29 @@
[/set_variable]
[/command]
[/option]
[option]
label= _ "I want to test formulaAI-based poisoning improvements" # wmllint: no spellcheck
[command]
[set_variable]
name=test_path_to_ai
value=ai/dev/formula_ai_poisoning.cfg
[/set_variable]
[/command]
[/option]
[option]
label= _ "I've come with my own AI, and I am ready to test its strength"
[command]
[message]
speaker=narrator
image=wesnoth-icon.png
message= _ "and where is it located (path follows the usual WML convention)"
message= _ "And where is it located (path follows the usual WML convention)"
[text_input]
label=_"AI Location:"
variable="test_path_to_ai"
[/text_input]
[/message]
[/command]
[/option]
[option]
label= _ "I want to test formulaAI-based poisoning improvements" # wmllint: no spellcheck
[command]
[set_variable]
name=test_path_to_ai
value=ai/dev/formula_ai_poisoning.cfg
[/set_variable]
[/command]
[/option]
[/message]
[command]
[fire_event]
Expand Down Expand Up @@ -308,7 +312,7 @@
[message]
speaker=narrator
image=wesnoth-icon.png
message= _ "and so, the AI for team 2 was redeployed from file '$test_path_to_ai'"
message= _ "And so, the AI for team 2 was redeployed from file '$test_path_to_ai'"
[/message]
[/event]
[/test]

0 comments on commit df57148

Please sign in to comment.