<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 9/4/2010 12:23:23 PM -->
<GameData>
<!-- This example modifies the Aztec entry to have Playable set to 0 -->
<!-- instead of 1. -->
<!-- Alternatively, one could set AIPlayable to 0 which would only -->
<!-- allow human players to play as that civilization. -->
<!-- If both Playable and AIPlayable is set to 0, the civilization -->
<!-- cannot be used at all.-->
<Civilizations>
<Update>
<Where Type="CIVILIZATION_AZTEC" />
<Set Playable="0" />
</Update>
</Civilizations>
</GameData>