XMon:
I'm weeks ahead of ya mate. In one of the earlier versions of diplomacy I added in a line to test government types and make them have higher regards:
I have no idea what the UW unit is. What's it's full name? As for ya transport problem, I've never even looked at units.txt so dunno. These transports wouldn't happen to be carrying military units would they? (which get expelled)
------------------
Rommell to a sub-commander outside Tobruk: "Those Australians are in there somewhere. But where? Let's advance and wait till they shoot, then shoot back."
I'm weeks ahead of ya mate. In one of the earlier versions of diplomacy I added in a line to test government types and make them have higher regards:
Code:
if(player[1] != 0 && !(IsHumanPlayer(player[1])) && player[0] != player[1] && player[0].govttype == player[1].govttype) {
------------------
Rommell to a sub-commander outside Tobruk: "Those Australians are in there somewhere. But where? Let's advance and wait till they shoot, then shoot back."
Comment