PDA

View Full Version : Weapon files


Manson
05-22-2001, 04:20 PM
I was just wondering:
Does anybody like the idea of putting all the codes for a weapon in a seperate file?
I'm thinking of putting both the display codes, and the settings in one file. Any comments?

I'm allowing up to 10 SideArms in my project (well, only two at the same time), and the codes will get quite confusing if I just stick all the codes in one con file.

BTW: Has this actually been done before?
Alowing two different sidearms at the same time?

Mblackwell
05-23-2001, 09:35 AM
I don't know if the 2 sidearms thing has been done b4...

But as far as sticking them in seperate files, I'd say yes. You should always try to use good formatting, etc, in your code, and if that makes it easier to read, then do it.