Stump 1 Posted March 16, 2013 Just wandering what the "class UniformInfo" variables control/represent in a character's config? Especially the "slotType= 604;" under the line "class Scuba : UniformSlotInfo {". Example class UniformInfo { class SlotsInfo { class NVG : UniformSlotInfo { slotType = 602; }; class Scuba : UniformSlotInfo { slotType = 604; }; class Headgear : UniformSlotInfo { slotType = 605; }; I appreciate your time, thanks in advance. Share this post Link to post Share on other sites