Hi Folks,
can you implement a config array to weapons, items, backpacks and magazines like this example?
getarray (configfile >> "CfgWeapons" >> "srifle_GM6_camo_F" >> "typicalClasses")
Output examples based on Vanilla Classes:
["sniper","spotter"]
or
["soldier_gl"]
or
["heavygunner"]
or
["soldier","medic","engineer","soldier_rep"]
or
["diver"]
or
["pilot"]
or
["officer"]
or
["recon","soldier"]
or
["jtag"]
or
["uav"]
or
["soldier_m","recon_m"]
or
["soldier_exp"]
or
["soldier_pg"]
..............
this gives the ability to modmakers and missiondesigners
to categorize Arsenal whitelists much easier!!!
Modmakers have to use vanilla classes and can add their own classes too.
the default output is []
thanks a lot!
Best regards Cyborg