Thread: PD problem
View Single Post
  #1  
Old April 18th, 2009, 10:58 AM

esd29a esd29a is offline
Private
 
Join Date: Jul 2008
Posts: 15
Thanks: 2
Thanked 8 Times in 2 Posts
esd29a is on a distinguished road
Default PD problem

Hello. I have been working on a mod nation. Everything seems to work, except PD. I have defined 4 units for it but when I test it in game only 2 unit types show up.

Here is the code:
Code:
#defcom1 2844
#defcom2 2846
#defunit1 29
#defunit1b 2839
#defunit2 2838
#defunit2b 2841
#defmult1 20
#defmult1b 20
#defmult2 10
#defmult2b 10
29 and 2838 are the unit types that do appear. Any idea what I am doing wrong?
Reply With Quote