View Single Post
Old 07-22-2005, 06:11 PM   #6 (permalink)
GuyInTheWindow
Senior Member
 
Join Date: Aug 2003
Posts: 134
Default

Redleader...
doing this:
Code:
Prerequisites
Object = Demo_GLAPalace Boss_GLAPalace
End
will make the scud storm require the demo gen's palace OR the boss' palace. The strategy center works simular. You can build either the Warfactory or the Airfield, but in progen I think dee made it only work with the Warfactory to be simular the way China's was done. If you look in the original strategy center's prerequisites:
Code:
Prerequisites
    Object = AmericaWarFactory AmericaAirfield
End
Ryan, just follow what Loid said and change the Boss_GLAPalace to GLABoss_GLAPalace so that the code will look like this:

Code:
Prerequisites
 Object = Demo_GLAPalace GLABoss_GLAPalace
End
or if you did it according to Redleader:

Code:
Prerequisites
 Object = GLABoss_GLAPalace
End
GuyInTheWindow is offline   Reply With Quote