diff --git a/data/ai/scenarios/scenario-AI_Arena_small.cfg b/data/ai/scenarios/scenario-AI_Arena_small.cfg index 407776448da..cf70908fd09 100644 --- a/data/ai/scenarios/scenario-AI_Arena_small.cfg +++ b/data/ai/scenarios/scenario-AI_Arena_small.cfg @@ -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 @@ -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] @@ -190,20 +194,6 @@ [/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)" - [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] @@ -213,6 +203,20 @@ [/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)" + [text_input] + label=_"AI Location:" + variable="test_path_to_ai" + [/text_input] + [/message] + [/command] + [/option] [/message] [command] [fire_event] @@ -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]