What about adding some container like list or vector for common types (int, float, string, name)? Possibly it will be useful.
Container for game classes can be created in progs (I even have one, although incompleted, wrote it just being curious whether I can), but to make a container for common types you'll have to use some sort of wrapper class derived from Object, and that looks terribly bad.