The Game->Max variables may themselves be constants, and even if they aren't, I don't recommend using them this way. You may not plan to use the things that they correspond to now, but if you decide to later, it'll mess you up badly.

Instead, I recommend using newly declared integers as your max, and using scripted pick up items that check for the max value before incrementing their respective item.