Adding Animations

Animation Template

["name"] = {
    label = "Label",
    category = "main",
    animDict = animDictionary --[[ string ]],
    animName = animationName --[[ string ]],
    animFlag = flag --[[ integer ]]
},

Scenario Template

["name"] = {
    label = "Label", 
    category = "main", 
    scenario = scenarioName --[[ string ]]
},

List of scenarioNames: pastebin.com/6mrYTdQv


Animation with prop Template

["name"] = {
    category = "prop",
    label = "Label",
    animDict = animDictionary --[[ string ]],
    animName = animationName --[[ string ]],
    animFlag = flag --[[ integer ]],
    bone = boneIndex --[[ integer ]],
    prop = model --[[ string ]],
    propPos = {xPos --[[ number ]], yPos --[[ number ]],  zPos --[[ number ]],  xRot --[[ number ]],  yRot --[[ number ]],  zRot --[[ number ]],}
},

Last updated