View Single Post
Old 08-24-2003, 04:57 PM   #2 (permalink)
CodeCat
Senior Member
 
Join Date: May 2003
Location: Eindhoven, Netherlands
Posts: 2,278
Send a message via ICQ to CodeCat Send a message via MSN to CodeCat
Default Re: Strange things in map

Quote:
Originally Posted by faku
Can somebody tell me why the anthrax beta upgrade and the toxishells upgrade in the palace are double?
That's because your commandset didn't completely overwrite the old one. You didn't overwrite slots 10 and 11, so the icons that used to be there simply stay there. You should say 10 = none and 11 = none as well, though I don't know whether "none" is the correct keyword here.

Quote:
Originally Posted by faku
And why in there arent any places for infantries in the supplystash?
You have to add the contain behaviour module to the supply stash before you can put anything in it. Look at what the palace and chinese bunker already have and include that for the supply stash. And BTW, you forgot the "Exit all" button
CodeCat is offline   Reply With Quote