Optionalverbose: booleanCauses the function to print the amount of overrides cleared away.
-- Scrambles some animations through overrides
osrs.setAnimationOverride(866, 865)
osrs.setAnimationOverride(865, 834)
osrs.setAnimationOverride(812, 865)
osrs.setAnimationOverride(821, 822)
-- Negates the previous animation overrides
-- Prints (assuming no other animations have been overridden outside of this example): Cleared all overrides, Count: 4.
osrs.clearAnimationOverridesAll(true)
Clears all currently set animation overrides. Check game vals documentation to see what animations line up with what id.