Example animastions config

local emotes = {
    category = {
        name = "emotes",
        label = "CATEGORY_ANIMATIONS",
        icon = "face-kiss-wink-heart"
    },
    animations = {
        {
            onFootFlag = 1,
            label = "Passout",
            name = "passout",
            animations = {
                "missarmenian2",
                "drunk_loop",
            },
            exitEmote = "getup",
            startDelay = 900,
        },
        {
            name = "bow",
            onFootFlag = 51,
            label = "Bow",
            animations = {
                "anim@arena@celeb@podium@no_prop@",
                "regal_c_1st",
            },
        },
    }
}

config.animations[#config.animations + 1] = prepareDataForConfig(emotes, "emote")

Last updated