More [Options] Sections

Yet More!

These are the 'standard' [Options] sections: [GoodTeamDead], [BadTeamDead], [Failed], [Succeeded], [A.]. These are the sections specific to each AI, replace the yellow n with the number of an AI: [ainPriestDead], [ainPriestCaptured], [ainTempleHalfDead], [ainTempleDead], [ainPriestSaved].

For example if you wanted to give a failure message when your ally, AI2, was killed, you would put:

[ai2PriestDead]
<h2>Failure</h2>
<p>
You have let your good friend Mr. Nice die! The battle is lost!

$Button=Continue,Tell,TryAgain

Or if you wanted to give a congratulations message when the temple of your enemy, AI4, was half dead:

[ai4TempleHalfDead]
<h2>Keep Going!</h2>
<p>
Keep going, you have almost defeated Mr. Evil!

These messages add a lot more class to your map.

Back