The bone part is pretty easy. You need to set up an array before hand of all the bones, in the order you want them loaded. So, something like this: boneArr = #($boneName01,$boneName02,$boneName03,etc...) If the bone's name has spaces in it use $'bone name'. Note the single quote marks. And make sure to always put the…