Added necessary future strings for the upcoming special orders menu...

...and the leader-moving order.
This commit is contained in:
Lari Nieminen 2009-09-27 13:28:08 +00:00
parent 4ea3d706f1
commit 0fe6584034

View file

@ -1040,3 +1040,15 @@ Behavior: $ai_controller.side_$ally_side|_current_settings.currently_doing_behav
#define AI_LOCATION AFFIX STRING RADIUS X Y
{SET_LABEL {X} {Y} ({STRING})}
#enddef
#define AI_CONTROLLER_FUTURE_STRINGS
# These will be used for the special orders menu and the order for telling
# the ally leader to move someplace
future_string_1= _ "Set special orders..."
future_string_2= _ "Move leader to..."
future_string_3= _ "Right-click to select a location to move leader to"
future_string_4= _ "Move leader here"
future_string_5= _ "moving leader to $x1|,$y1|."
future_string_6= _ "Clear special orders"
future_string_7= _ "Special: $ai_controller.side_$ally_side|_current_settings.currently_doing_special_description"
#enddef