Yes, add more to the Gondor Keep commandset.
Edit: Theres a total of 8 Command_GenericReviveSlot made so if you want more than that you have to make more in the commandbutton. But just edit it like this
Before
CommandSet GondorCastleBaseKeepCommandSet
1 = Command_GenericReviveSlot1
2 = Command_GenericReviveSlot2
3 = Command_GenericReviveSlot3
4 = Command_GenericReviveSlot4
5 = Command_GenericReviveSlot5
6 = Command_GenericReviveSlot6
; 7 = Command_EvacuateGarrison
; 8 = Command_ExitGarrison
9 = Command_StartCitadelSelfRepair
End
After
CommandSet GondorCastleBaseKeepCommandSet
1 = Command_GenericReviveSlot1
2 = Command_GenericReviveSlot2
3 = Command_GenericReviveSlot3
4 = Command_GenericReviveSlot4
5 = Command_GenericReviveSlot5
6 = Command_GenericReviveSlot6
7 = Command_GenericReviveSlot7
8 = Command_GenericReviveSlot8
9 = Command_StartCitadelSelfRepair
End
Edited by Spartan184, 03 October 2011 - 12:43 AM.