Page cover

βš™οΈConfiguration

This is the configuration that you can give to this script to modify it to your liking

It is important to choose your framework

Config File

Config = {}

Config.Debug = false

Config.OpenCommand = 'doblejob'

Config.UnemployedJob = 'unemployed'
Config.GradeUnemployed = 0

Config.DefaultJobs = 2
Config.JobsPerPlayer = {
    {
        -- Work only characters id for example: (char1:xxxxxx or XXXXXX)
        identifier = "char1:e5b673a44035ffa5c4333b413f995cb309818a13",
        jobs = 4
    }
}
Config.JobsPerPlayer = {
    {
        -- Work only characters id for example: (char1:xxxxxx or XXXXXX)
        identifier = "char1:e5b673a44035ffa5c4333b413f995cb309818a13",
        jobs = 4
    }
}

Exports

Open Menu

exports.biyei_multijobs:OpenMenu()

Last updated