We wish to have back the mergeConfig script function, that function is used to merge a file that contain a configuration class of the object with the engine object, that make model maker able to work more fast because up to now any model modification require to restart ArmA.
That command open a lot of new possibilities for model makers and scripters, some of them are: create custom animations, modify speed, maxheight (aircraft), make models able to do or to don't do something, and a lot of other things that can increase ArmA flexibility.
Script usage (wished):
object mergeConfig "file.clss"; (please note, extension is for represent class file).
object mergeConfig object; (class can be stored in an object)
object mergeConfig variable; (could be modify only one variable)
mergeConfig "file.clss"; (can create custom classes)
object>>object2>>objectN mergeConfig "file.clss"; (can load/create class in trees)
I avioded to repeat the combinations of that commands for not be useless repetitive.