Weapons: Currently i am sorting trough scopes this is OK, but the naming for categories is weird. I sort it currently though description string actions.
aj_wpTypes = [
"Assault rifle ",
"Marksman rifle",
"Light Machine Gun",
"Submachine Gun",
"Sniper Rifle",
"Handgun",
"Rocket Launcher",
"Medium Machine Gun",
"Underwater Gun",
"PCML Rocket Launcher"
];
This works, but could screw up on updates.
For Vehicles i and static objects i use kindof - this works. but i would like to have general functions for categorizing of each store object.
Scopes and Attachments are being sorted through linkedItems, which is OK.