Goto Micro AI scenario: some changes to messages to make wmllint happy
Removed double spaces after messages and took care of 'nonstandard word-wrap styles'.
This commit is contained in:
parent
b75f2a0f90
commit
d3c1309e6f
1 changed files with 15 additions and 13 deletions
|
@ -423,7 +423,7 @@ Note: The Goto AI is coded as a Micro AI. A Micro AI can be added and adapted t
|
|||
|
||||
[message]
|
||||
speaker=messenger1
|
||||
message=_"The bridge is out. What do we do now?"
|
||||
message=_"The bridge is out. What do we do now?"
|
||||
[/message]
|
||||
[message]
|
||||
speaker=messenger2
|
||||
|
@ -436,20 +436,21 @@ Note: The Goto AI is coded as a Micro AI. A Micro AI can be added and adapted t
|
|||
|
||||
[message]
|
||||
speaker=leader3
|
||||
message=_"Chaps, ignore everybody except for that swindler Vaddan and his men. Stay in place until any of his units gets within 8 hexes of you.
|
||||
# wmllint: unbalanced-on
|
||||
message=_"Chaps, ignore everybody except for that swindler Vaddan and his men. Stay in place until any of his units gets within 8 hexes of you.
|
||||
|
||||
Note: This is a demonstration of how the Goto Micro AI can be used to code guardian units, although one of the dedicated Guardian Micro AIs will often be better suited for that purpose."
|
||||
# wmllint: unbalanced-off
|
||||
[/message]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=side 7 turn
|
||||
# wmllint: unbalanced-on
|
||||
[message]
|
||||
side=7
|
||||
type=Vampire Bat
|
||||
message=_"Us four bats switch between running off to the corners of the map (each one to a different corner), and getting back in a group right here. Either behavior is set up with a single [micro_ai] tag, one with 'unique_goals=yes', the other without."
|
||||
message=_"Us four bats switch between running off to the corners of the map (each one to a different corner), and getting back in a group right here. Either behavior is set up with a single [micro_ai] tag, one with 'unique_goals=yes', the other without."
|
||||
[/message]
|
||||
# wmllint: unbalanced-off
|
||||
[/event]
|
||||
|
||||
# When the messengers get across the river, send them on separate paths
|
||||
|
@ -462,11 +463,12 @@ Note: This is a demonstration of how the Goto Micro AI can be used to code guard
|
|||
|
||||
[message]
|
||||
speaker=messenger2
|
||||
message=_"I'll take the route straight through the mountains. It's much shorter than following the trail all the way around in the south."
|
||||
message=_"I'll take the route straight through the mountains. It's much shorter than following the trail all the way around in the south."
|
||||
[/message]
|
||||
[message]
|
||||
speaker=messenger1
|
||||
message=_"You're crazy. It might be shorter as the crow flies, but it will take you forever to get through those mountains.
|
||||
message=_"You're crazy. It might be shorter as the crow flies, but it will take you forever to get through those mountains.
|
||||
|
||||
Note: The messengers are controlled by Goto Micro AI definitions that differ by a single line, 'use_straight_line=yes/no'."
|
||||
[/message]
|
||||
|
||||
|
@ -515,7 +517,7 @@ Note: The messengers are controlled by Goto Micro AI definitions that differ by
|
|||
|
||||
[message]
|
||||
speaker=leader5
|
||||
message=_"Men, head down to the River Fort and get your orders from Sergeant Aethubry. I want each and every one of you to report to him before going east to fight those saurians."
|
||||
message=_"Men, head down to the River Fort and get your orders from Sergeant Aethubry. I want each and every one of you to report to him before going east to fight those saurians."
|
||||
[/message]
|
||||
[/event]
|
||||
|
||||
|
@ -524,7 +526,7 @@ Note: The messengers are controlled by Goto Micro AI definitions that differ by
|
|||
|
||||
[message]
|
||||
speaker=leader6
|
||||
message=_"Hah, that's that pencil pusher Gadoc for you! Men, I want you to move toward the River Fort as well, but it's good enough for one of you to report to Sergeant Aethubry. Once that has happened, the rest of you can head into battle directly."
|
||||
message=_"Hah, that's that pencil pusher Gadoc for you! Men, I want you to move toward the River Fort as well, but it's good enough for one of you to report to Sergeant Aethubry. Once that has happened, the rest of you can head into battle directly."
|
||||
[/message]
|
||||
[/event]
|
||||
|
||||
|
@ -570,7 +572,7 @@ Note: The messengers are controlled by Goto Micro AI definitions that differ by
|
|||
|
||||
[message]
|
||||
speaker=fort_commander
|
||||
message=_"Very good, $unit.type. Now go help your comrade get rid of that saurian infestation in the swamps."
|
||||
message=_"Very good, $unit.type. Now go help your comrade get rid of that saurian infestation in the swamps."
|
||||
[/message]
|
||||
|
||||
[event]
|
||||
|
@ -601,15 +603,15 @@ Note: The messengers are controlled by Goto Micro AI definitions that differ by
|
|||
[/message]
|
||||
[message]
|
||||
speaker=fort_commander
|
||||
message=_"Ah, Lieutenant Senvan... Is every single one of you going to bother me individually as well?"
|
||||
message=_"Ah, Lieutenant Senvan... Is every single one of you going to bother me individually as well?"
|
||||
[/message]
|
||||
[message]
|
||||
speaker=unit
|
||||
message=_"No, sir. Lieutenant Senvan ordered us to head into battle as soon as I have reported to you."
|
||||
message=_"No, sir. Lieutenant Senvan ordered us to head into battle as soon as I have reported to you."
|
||||
[/message]
|
||||
[message]
|
||||
speaker=fort_commander
|
||||
message=_"Well, that's a relief. Somebody knows how to use his ... I mean, very well, off you go then.
|
||||
message=_"Well, that's a relief. Somebody knows how to use his ... I mean, very well, off you go then.
|
||||
|
||||
" + {WHISPER _"I wouldn't say anything negative about one of my superior officers now, would I?"}
|
||||
[/message]
|
||||
|
|
Loading…
Add table
Reference in a new issue