Config = Config or {}
Loc = {}
 
-- //////////////////////////////////////////////////
-- ///////////////// Our Discord ////////////////////
-- //////// https://discord.gg/bJNxYDAm5u ///////////
-- //////////////////////////////////////////////////
 
Config = {
    debug = false, -- Shows polyzones created inside the game
    Lan = 'en', -- Language, if you change this, you have to change 'en' in the locales file
    Framework = 'qb-core', -- 'qb-core' or 'esx' or 'standalone'
    Core = {resource = "qb-core", name = "QBCore", abbrev = "qb"}, -- (QBCore Only) If you arent using qb-core no need to change anything here
    EmoteMenu = "dpemotes", -- "dpemotes" or "rpemotes" or "scully" or "cylex", or put "other" if you are using another menu
    Inventory = "qb", -- "ox" or "qs" or "qb" or "esx" or "lj" or "ps", if you arent using any of these inventories, put it as "other" and you will need to edit the inventory export function, or open a ticket on discord.
    Dispatch = "ps", -- "ps" or "cd" or "qs", if you arent using any of these dispatch systems, put it as "other" and you will need to edit the dispatch export function, or open a ticket on discord.
 
    Target = 'qb-target', -- Target name, leave it as qb-target if you are using ox_target
 
    DiscordLogStatus = false, -- Choose whether u want to turn on discord logs or not, you need to add a webhook below for it to work
    -- To add your webhook go to opensource -> server, line 1 and add your webhook there
 
    Cooldown = {
        Global = true, -- Global cooldown (Set to false to have individual cooldowns on fleecas, true to have cooldowns on all fleecas when one is robbed)
        Timer = 180, -- (Minutes) timer duration
    },
 
    AllRobberiesCooldown = false, -- For this to work you need to download projectx-utility from our github
 
    ListLength = 100, -- Length of the employee list that will appear on the board
 
    DisableEmployeePuzzle = false, -- Disables the employee puzzle
 
    MinimumFleecaPolice = 0, -- Minimum police required to rob a fleeca
 
    -- Progression item (Item that can be obtained at the end of the heist, can be used for the next heist)
    ItemStatus = false,
    ItemChance = 15, -- Chance of item spawning
    ItemName = "", -- Item name
    BonusItemCount = 1, -- Amount of items that will be given to the player
 
    RequireBag = true, -- Require bag to pickup loot
 
    -- Strike System (Silent = High risk, Higher reward, Loud = No risk, Fixed reward)
    TotalTrolleys = 4, -- Total maximum amount of trolleys that could spawn, they spawn depending on the settings below
    Strikes = 2, -- How many strikes players have to reach before having their reward cut
    StrikeAmount = 2, -- (Silent Approach ONLY) How many trollys will be removed if they reach the strike limit
    StrikeLoud = 3, -- (Loud Approach ONLY) How many trollys will spawn (preferably less than TotalTrolleys by 1, to give them insentive to do the loud approach aswell)
 
    -- Skill System
    SkillSystem = false, -- If want to use a skill system to initiate the heist set this to true
    MinimumLevel = 10, -- Minimum level required to start the heist
    ServerSideEvents = true, -- If you use a server sided skill events set this to true, if you use a client sided skill events set this to false
 
    -- Evidence and Stress Systems
    Evidence = {
        ["Status"] = true, -- Choose whether you want to have evidence dropped on the crime scene
        ["Chance"] = 50, -- Chance of fingerprints on the crime scene
    },
    
    Stress = { -- Stress gets applied on minigames failing only
        ["Status"] = true, -- Choose whether you want to have stress system
        ["Chance"] = 90, -- Chance of stress on the crime scene
        ["Amount"] = {min = 1, max = 3}, -- Amount of stress applied
    },
 
    DispatchLocation = { -- Choose where the alarm gets triggered, only one should be picked
        ["KeypadTwo"] = true,
        ["Vault"] = false,
    },
 
    -- Drawtext and Target options 
    Drawtext = "OX", -- OLDQB for old qb-drawtext, QB for new qbcore drawtext, OX for ox_lib
    DrawTextZoneSize = vec3(0.8, 0.8, 2), -- Size of the drawtext zone
    Interaction = { -- true = target, false = drawtext
        ["Button"] = 38, -- [E] by default
 
        ["KeypadOne"] = true,
        ["Fingerprint"] = true,
        ["KeypadTwo"] = true,
        ["Board"] = true,
        ["Printer"] = true,
        ["Fusebox"] = true,
        ["ShelfOne"] = true,
        ["ShelfTwo"] = true,
        ["ShelfThree"] = true,
        ["SearchOne"] = true,
        ["SearchTwo"] = true,
        ["SearchThree"] = true,
        ["Vault"] = true,
        ["JailDoorKeypad"] = true,
        ["JailDoor"] = true,
        ["Trolly1"] = true,
        ["Trolly2"] = true,
        ["Trolly3"] = true,
        ["Trolly4"] = true,
    },
 
    -- Durations 
    NotificationDuration = 2500, -- Duration of the displayed notifications
    FingerprintDuration = 7500, -- Duration of the fingerprint progressbar
    FuseboxDuration = 10000, -- Duration of the fusebox progressbar
    ShelfDuration = 5000, -- Duration of the shelf progressbar
    KeypadOneDuration = 10000, -- Duration of the keypad progressbar
    KeypadTwoDuration = 10000, -- Duration of the keypad progressbar
    SearchDuration = 10000, -- Duration of the search progressbar
    PrinterDuration = 7500, -- Duration of the printer progressbar
    JailDoorDuration = 5000, -- Duration of the jaildoor progressbar
    VaultDuration = 15000, -- Duration of the vault progressbar
    JailDoorKeypadDuration = 15000, -- Duration of the jaildoor keypad progressbar
 
    -- animations
    FuseboxAnim = "buzz", -- Animation played when interacting with the fusebox
    ShelfAnim = "type", -- Animation played when interacting with the shelf
    SearchOneAnim = "mechanic3", -- (Lower locker) Animation played when interacting with the search
    SearchTwoAnim = "mechanic3", -- (Top locker) Animation played when interacting with the search
    SearchThreeAnim = "mechanic3", -- (Bag) Animation played when interacting with the search
    PrinterAnim = "atm", -- Animation played when interacting with the printer
    JailDoorKeypadAnim = "buzz", -- Animation played when interacting with the keypad
    JailDoorAnim = "keyfob", -- Animation played when interacting with the jail door
}
 
Config.Inputs = { -- All the ox_lib Input texts
    ["SecretCombination"] = {Title = 'Hidden Password', Label = 'Password', Description = 'Enter the login password', Icon = 'fas fa-lock'},
}
 
Config.Items ={
    ["Device"] = "x_device",
    ["Pliers"] = "pliers",
    ["Pictures"] = "employeepictures",
    ["Bag"] = "bag",
    ["Keys"] = "fleeca_key",
    ["Keycard"] = "fleecacard",
    ["Laptop"] = "x_laptop",
}
 
Config.ItemsBreak = {
    ["Device"] = 0, -- % chance of breaking
    ["Pliers"] = 0, -- % chance of breaking
    ["Laptop"] = 0, -- % chance of breaking
}
 
Config.Fleecas = {
    ["RockfordHills"] = {
        ["Reset"] = 120, -- (Minutes) Resets the bank
        ["AlarmCoords"] = vector3(-1218.73, -329.83, 40.09),
        ["KeypadOneCoords"] = vector3(-1217.42, -336.0, 38.08),
        ["KeypadOneHeading"] = 115.97,
        ["KeypadTwoCoords"] = vector3(-1213.51, -338.91, 38.08),
        ["KeypadTwoHeading"] = 293.97,
        ["Trolly1Coords"] = vector3(-1208.71, -336.65, 37.2), -- Dont touch these coords
        ["Trolly2Coords"] = vector3(-1206.42, -336.39, 37.23), -- Dont touch these coords
        ["Trolly3Coords"] = vector3(-1207.52, -336.03, 37.23), -- Dont touch these coords
 
        ["OnCooldown"] = false,
 
        ["DrawTextRotation"] = -60.0, -- Rotation of the drawtext
 
        Interactions = {
            ["RockfordHillsFusebox"] = {
                name = "RockfordHillsFusebox",
                label = "Cut wires", -- Text that appears when you target
                coords = vector3(-1217.27, -332.98, 42.13), -- Circle Zone Coords
                drawtext = vector3(-1216.89, -332.87, 42.12),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-bolt", -- Icon
                size = 0.5, -- Circle Zone size
            },
        
            ["RockfordHillsFingerprint"] = {
                name = "RockfordHillsFingerprint",
                label = "Fake Fingerprint", -- Text that appears when you target
                coords = vector3(-1217.42, -336.0, 38.08), -- Circle Zone Coords
                drawtext = vector3(-1217.15, -335.76, 37.78),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-fingerprint", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["RockfordHillsKeypadOne"] = {
                name = "RockfordHillsKeypadOne",
                label = "Disable Keypad", -- Text that appears when you target
                coords = vector3(-1217.42, -336.0, 38.08), -- Circle Zone Coords
                drawtext = vector3(-1217.15, -335.76, 37.78),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-keyboard", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["RockfordHillsKeypadTwo"] = {
                name = "RockfordHillsKeypadTwo",
                label = "Enter Keyword", -- Text that appears when you target
                coords = vector3(-1213.51, -338.91, 38.08), -- Circle Zone Coords
                drawtext = vector3(-1213.85, -339.02, 37.78),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-keyboard", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["RockfordHillsPrinter"] = {
                name = "RockfordHillsPrinter",
                label = "Print out pictures", -- Text that appears when you target
                coords = vector3(-1213.75, -340.93, 37.78), -- Circle Zone Coords
                drawtext = vector3(-1213.98, -340.44, 37.78),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-print", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["RockfordHillsBoard"] = {
                name = "RockfordHillsBoard",
                label = "Employee list", -- Text that appears when you target
                coords = vector3(-1206.73, -333.43, 38.22), -- Circle Zone Coords
                drawtext = vector3(-1207.11, -333.63, 37.78),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-paperclip", -- Icon
                size = 0.5, -- Circle Zone size
            },
            
            ["RockfordHillsShelfOne"] = {
                name = "RockfordHillsShelfOne",
                label = "Search through documents", -- Text that appears when you target
                coords = vector3(-1209.05, -333.41, 37.84), -- Circle Zone Coords
                drawtext = vector3(-1209.11, -333.93, 37.78),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-sheet-plastic", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["RockfordHillsShelfTwo"] = {
                name = "RockfordHillsShelfTwo",
                label = "Search through documents", -- Text that appears when you target
                coords = vector3(-1211.37, -334.69, 37.84), -- Circle Zone Coords
                drawtext = vector3(-1211.19, -334.98, 37.78),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-sheet-plastic", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["RockfordHillsShelfThree"] = {
                name = "RockfordHillsShelfThree",
                label = "Search through documents", -- Text that appears when you target
                coords = vector3(-1213.16, -335.5, 37.84), -- Circle Zone Coords
                drawtext = vector3(-1212.98, -335.89, 37.78),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-sheet-plastic", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["RockfordHillsSearchOne"] = {
                name = "RockfordHillsSearchOne",
                label = "Search", -- Text that appears when you target
                coords = vector3(-1212.11, -340.36, 37.77), -- Circle Zone Coords
                drawtext = vector3(-1212.29, -340.01, 37.78),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-hand", -- Icon
                size = 0.4, -- Circle Zone size
            },
 
            ["RockfordHillsSearchTwo"] = {
                name = "RockfordHillsSearchTwo",
                label = "Search", -- Text that appears when you target
                coords = vector3(-1211.52, -339.85, 37.78), -- Circle Zone Coords
                drawtext = vector3(-1211.6, -339.72, 37.78),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-hand", -- Icon
                size = 0.4, -- Circle Zone size
            },
 
            ["RockfordHillsSearchThree"] = {
                name = "RockfordHillsSearchThree",
                label = "Search", -- Text that appears when you target
                coords = vector3(-1210.35, -339.42, 37.59), -- Circle Zone Coords
                drawtext = vector3(-1210.61, -338.94, 37.78),
                distance = 1.3, -- How far will you be able to interact with it
                icon = "fas fa-hand", -- Icon
                size = 0.4, -- Circle Zone size
            },
 
            ["RockfordHillsVault"] = {
                name = "RockfordHillsVault",
                label = "Unlock Vault", -- Text that appears when you target
                coords = vector3(-1209.07, -339.09, 38.22), -- Circle Zone Coords
                drawtext = vector3(-1209.42, -339.16, 37.78),
                panel = vector4(-1208.8, -339.01, 37.79, 296.86),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-bolt", -- Icon
                size = 0.3, -- Circle Zone size
                VaultOpenHeading = 188.86373901367, -- (Don't touch this) Heading of the vault when it is open
                VaultCloseHeading = 296.86373901367, -- (Don't touch this) Heading of the vault when it is closed
                VaultCoords = vector3(-1209.88, -337.25, 37.93), -- (Don't touch this) Coords of the vault
            },
            
            ["RockfordHillsJailDoorKeypad"] = {
                name = "RockfordHillsJailDoorKeypad",
                label = "Scan employee pictures", -- Text that appears when you target
                coords = vector3(-1207.93, -338.59, 38.2), -- Circle Zone Coords
                drawtext = vector3(-1208.18, -338.1, 37.76),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-bolt", -- Icon
                size = 0.3, -- Circle Zone size
            },
            
            ["RockfordHillsJailDoor"] = {
                name = "RockfordHillsJailDoor",
                label = "Unlock", -- Text that appears when you target
                coords = vector3(-1207.34, -338.26, 37.99), -- Circle Zone Coords
                drawtext = vector3(-1207.49, -337.77, 37.76),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fab fa-keycdn", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["RockfordHillsTrolly1"] = {
                name = "RockfordHillsTrolly1",
                coords = vector3(-1208.77, -336.51, 37.76), -- Circle Zone Coords
                drawtext = vector3(-1208.4, -337.1, 37.76),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
 
            ["RockfordHillsTrolly2"] = {
                name = "RockfordHillsTrolly2",
                coords = vector3(-1206.59, -341.7, 37.76), -- Circle Zone Coords
                drawtext = vector3(-1206.86, -341.2, 37.76),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
    
            ["RockfordHillsTrolly3"] = {
                name = "RockfordHillsTrolly3",
                coords = vector3(-1207.9, -340.06, 37.76), -- Circle Zone Coords
                drawtext = vector3(-1207.41, -339.72, 37.76),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
    
            ["RockfordHillsTrolly4"] = {
                name = "RockfordHillsTrolly4",
                coords = vector3(-1204.76, -338.36, 37.76), -- Circle Zone Coords
                drawtext = vector3(-1205.28, -338.63, 37.76),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
            
        },
 
        ["Zone"] = {vector3(-1211.42, -315.51, 37.74), vector3(-1228.35, -323.95, 37.74), vector3(-1216.77, -346.8, 37.74), vector3(-1200.45, -336.72, 37.74)},
    },
 
    ["Legion"] = {
        ["Reset"] = 120, -- (Minutes) Resets the bank
        ["AlarmCoords"] = vector3(148.76, -1036.29, 32.14),
        ["KeypadOneCoords"] = vector3(142.80, -1040.79, 29.67),
        ["KeypadOneHeading"] = 69.88,
        ["KeypadTwoCoords"] = vector3(143.32, -1045.65, 29.67),
        ["KeypadTwoHeading"] = 249.8,
        ["Trolly1Coords"] = vector3(148.23, -1047.66, 28.79), -- Dont touch these coords
        ["Trolly2Coords"] = vector3(149.99, -1049.15, 28.81), -- Dont touch these coords
        ["Trolly3Coords"] = vector3(149.5, -1048.1, 28.82), -- Dont touch these coords
 
        ["OnCooldown"] = false,
 
        ["DrawTextRotation"] = -110.0, -- Rotation of the drawtext
    
        Interactions = {
            ["LegionFusebox"] = {
                name = "LegionFusebox",
                label = "Cut wires", -- Text that appears when you target
                coords = vector3(135.64, -1046.56, 29.84), -- Circle Zone Coords
                drawtext = vector3(135.41, -1046.76, 29.33),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-bolt", -- Icon
                size = 0.5, -- Circle Zone size
            },
        
            ["LegionFingerprint"] = {
                name = "LegionFingerprint",
                label = "Fake Fingerprint", -- Text that appears when you target
                coords = vector3(142.80, -1040.79, 29.67), -- Circle Zone Coords
                drawtext = vector3(143.1, -1040.94, 29.37),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-fingerprint", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["LegionKeypadOne"] = {
                name = "LegionKeypadOne",
                label = "Disable Keypad", -- Text that appears when you target
                coords = vector3(142.80, -1040.79, 29.67), -- Circle Zone Coords
                drawtext = vector3(143.1, -1040.94, 29.37),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-keyboard", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["LegionKeypadTwo"] = {
                name = "LegionKeypadTwo",
                label = "Enter Keyword", -- Text that appears when you target
                coords = vector3(143.32, -1045.65, 29.67), -- Circle Zone Coords
                drawtext = vector3(143.0, -1045.49, 29.37),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-keyboard", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["LegionPrinter"] = {
                name = "LegionPrinter",
                label = "Print out pictures", -- Text that appears when you target
                coords = vector3(141.66, -1046.95, 29.56), -- Circle Zone Coords
                drawtext = vector3(141.9, -1046.36, 29.37),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-print", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["LegionBoard"] = {
                name = "LegionBoard",
                label = "Employee list", -- Text that appears when you target
                coords = vector3(151.82, -1046.91, 29.76), -- Circle Zone Coords
                drawtext = vector3(151.22, -1046.7, 29.37),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-paperclip", -- Icon
                size = 0.5, -- Circle Zone size
            },
            
            ["LegionShelfOne"] = {
                name = "LegionShelfOne",
                label = "Search through documents", -- Text that appears when you target
                coords = vector3(150.36, -1045.14, 29.74), -- Circle Zone Coords
                drawtext = vector3(149.87, -1045.54, 29.37),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-sheet-plastic", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["LegionShelfTwo"] = {
                name = "LegionShelfTwo",
                label = "Search through documents", -- Text that appears when you target
                coords = vector3(147.93, -1044.39, 29.41), -- Circle Zone Coords
                drawtext = vector3(147.74, -1044.79, 29.37),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-sheet-plastic", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["LegionShelfThree"] = {
                name = "LegionShelfThree",
                label = "Search through documents", -- Text that appears when you target
                coords = vector3(146.14, -1043.63, 29.42), -- Circle Zone Coords
                drawtext = vector3(146.06, -1044.06, 29.37),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-sheet-plastic", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["LegionSearchOne"] = {
                name = "LegionSearchOne",
                label = "Search", -- Text that appears when you target
                coords = vector3(143.16, -1047.73, 29.49), -- Circle Zone Coords
                drawtext = vector3(143.41, -1047.3, 29.37),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-hand", -- Icon
                size = 0.4, -- Circle Zone size
            },
 
            ["LegionSearchTwo"] = {
                name = "LegionSearchTwo",
                label = "Search", -- Text that appears when you target
                coords = vector3(143.88, -1048.05, 29.5), -- Circle Zone Coords
                drawtext = vector3(144.06, -1047.57, 29.37),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-hand", -- Icon
                size = 0.4, -- Circle Zone size
            },
 
            ["LegionSearchThree"] = {
                name = "LegionSearchThree",
                label = "Search", -- Text that appears when you target
                coords = vector3(145.0, -1048.19, 29.31), -- Circle Zone Coords
                drawtext = vector3(144.92, -1047.82, 29.37),
                distance = 1.3, -- How far will you be able to interact with it
                icon = "fas fa-hand", -- Icon
                size = 0.4, -- Circle Zone size
            },
 
            ["LegionVault"] = {
                name = "LegionVault",
                label = "Unlock Vault", -- Text that appears when you target
                coords = vector3(146.3, -1049.1, 29.61), -- Circle Zone Coords
                drawtext = vector3(145.95, -1048.74, 29.43),
                panel = vector4(146.64, -1049.91, 30.38, 226.51),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-bolt", -- Icon
                size = 0.3, -- Circle Zone size
                VaultOpenHeading = 141.84619140625, -- (Don't touch this) Heading of the vault when it is open
                VaultCloseHeading = 249.84619140625, -- (Don't touch this) Heading of the vault when it is closed
                VaultCoords = vector3(147.0, -1047.21, 29.51), -- (Don't touch this) Coords of the vault
            },
            
            ["LegionJailDoorKeypad"] = {
                name = "LegionJailDoorKeypad",
                label = "Scan employee pictures", -- Text that appears when you target
                coords = vector3(147.41, -1049.41, 29.69), -- Circle Zone Coords
                drawtext = vector3(147.56, -1048.99, 29.35),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-bolt", -- Icon
                size = 0.3, -- Circle Zone size
            },
            
            ["LegionJailDoor"] = {
                name = "LegionJailDoor",
                label = "Unlock", -- Text that appears when you target
                coords = vector3(147.94, -1049.87, 29.74), -- Circle Zone Coords
                drawtext = vector3(148.16, -1049.41, 29.35),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fab fa-keycdn", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["LegionTrolly1"] = {
                name = "LegionTrolly1",
                coords = vector3(148.94, -1048.04, 29.35), -- Circle Zone Coords
                drawtext = vector3(148.86, -1048.38, 29.35),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
 
            ["LegionTrolly2"] = {
                name = "LegionTrolly2",
                coords = vector3(146.33, -1050.7, 29.35), -- Circle Zone Coords
                drawtext = vector3(146.8, -1050.84, 29.35),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
    
            ["LegionTrolly3"] = {
                name = "LegionTrolly3",
                coords = vector3(146.02, -1052.7, 29.35), -- Circle Zone Coords
                drawtext = vector3(146.16, -1052.24, 29.35),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
    
            ["LegionTrolly4"] = {
                name = "LegionTrolly4",
                coords = vector3(149.64, -1051.75, 29.35), -- Circle Zone Coords
                drawtext = vector3(149.08, -1051.55, 29.35),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
            
        },
 
        ["Zone"] = {vector3(156.71, -1033.39, 29.26), vector3(149.98, -1052.85, 29.26), vector3(140.06, -1049.24, 29.26), vector3(146.39, -1028.81, 29.26)},
    },
 
    ["Burton"] = {
        ["Reset"] = 120, -- (Minutes) Resets the bank
        ["AlarmCoords"] = vector3(-353.73, -42.97, 52.5),
        ["KeypadOneCoords"] = vector3(-358.06, -50.13, 49.34),
        ["KeypadOneHeading"] = 70.91,
        ["KeypadTwoCoords"] = vector3(-357.41, -54.93, 49.34),
        ["KeypadTwoHeading"] = 250.02,
        ["Trolly1Coords"] = vector3(-352.57, -56.86, 48.46), -- Dont touch these coords
        ["Trolly2Coords"] = vector3(-350.69, -58.32, 48.48), -- Dont touch these coords
        ["Trolly3Coords"] = vector3(-351.2, -57.28, 48.49), -- Dont touch these coords
 
        ["OnCooldown"] = false,
 
        ["DrawTextRotation"] = -110.0, -- Rotation of the drawtext
    
        Interactions = {
            ["BurtonFusebox"] = {
                name = "BurtonFusebox",
                label = "Cut wires", -- Text that appears when you target
                coords = vector3(-365.26, -71.52, 45.69), -- Circle Zone Coords
                drawtext = vector3(-365.39, -71.92, 45.66),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-bolt", -- Icon
                size = 0.5, -- Circle Zone size
            },
        
            ["BurtonFingerprint"] = {
                name = "BurtonFingerprint",
                label = "Fake Fingerprint", -- Text that appears when you target
                coords = vector3(-358.06, -50.13, 49.34), -- Circle Zone Coords
                drawtext = vector3(-357.81, -50.2, 49.04),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-fingerprint", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["BurtonKeypadOne"] = {
                name = "BurtonKeypadOne",
                label = "Disable Keypad", -- Text that appears when you target
                coords = vector3(-358.06, -50.13, 49.34), -- Circle Zone Coords
                drawtext = vector3(-357.81, -50.2, 49.04),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-keyboard", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["BurtonKeypadTwo"] = {
                name = "BurtonKeypadTwo",
                label = "Enter Keyword", -- Text that appears when you target
                coords = vector3(-357.41, -54.93, 49.34), -- Circle Zone Coords
                drawtext = vector3(-357.65, -54.82, 49.04),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-keyboard", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["BurtonPrinter"] = {
                name = "BurtonPrinter",
                label = "Print out pictures", -- Text that appears when you target
                coords = vector3(-359.04, -56.21, 48.99), -- Circle Zone Coords
                drawtext = vector3(-358.8, -55.55, 49.04),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-print", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["BurtonBoard"] = {
                name = "BurtonBoard",
                label = "Employee list", -- Text that appears when you target
                coords = vector3(-348.98, -56.04, 49.4), -- Circle Zone Coords
                drawtext = vector3(-349.46, -55.88, 49.04),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-paperclip", -- Icon
                size = 0.5, -- Circle Zone size
            },
            
            ["BurtonShelfOne"] = {
                name = "BurtonShelfOne",
                label = "Search through documents", -- Text that appears when you target
                coords = vector3(-350.51, -54.48, 49.35), -- Circle Zone Coords
                drawtext = vector3(-350.93, -54.71, 49.04),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-sheet-plastic", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["BurtonShelfTwo"] = {
                name = "BurtonShelfTwo",
                label = "Search through documents", -- Text that appears when you target
                coords = vector3(-352.89, -53.63, 49.13), -- Circle Zone Coords
                drawtext = vector3(-353.07, -54.07, 49.04),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-sheet-plastic", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["BurtonShelfThree"] = {
                name = "BurtonShelfThree",
                label = "Search through documents", -- Text that appears when you target
                coords = vector3(-354.67, -52.89, 49.11), -- Circle Zone Coords
                drawtext = vector3(-354.93, -53.31, 49.04),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-sheet-plastic", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["BurtonSearchOne"] = {
                name = "BurtonSearchOne",
                label = "Search", -- Text that appears when you target
                coords = vector3(-357.41, -56.82, 48.9), -- Circle Zone Coords
                drawtext = vector3(-357.31, -56.57, 49.04),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-hand", -- Icon
                size = 0.4, -- Circle Zone size
            },
 
            ["BurtonSearchTwo"] = {
                name = "BurtonSearchTwo",
                label = "Search", -- Text that appears when you target
                coords = vector3(-356.77, -57.31, 49.22), -- Circle Zone Coords
                drawtext = vector3(-356.63, -56.86, 49.04),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-hand", -- Icon
                size = 0.4, -- Circle Zone size
            },
 
            ["BurtonSearchThree"] = {
                name = "BurtonSearchThree",
                label = "Search", -- Text that appears when you target
                coords = vector3(-355.7, -57.58, 49.02), -- Circle Zone Coords
                drawtext = vector3(-355.5, -57.04, 49.04),
                distance = 1.3, -- How far will you be able to interact with it
                icon = "fas fa-hand", -- Icon
                size = 0.4, -- Circle Zone size
            },
 
            ["BurtonVault"] = {
                name = "BurtonVault",
                label = "Unlock Vault", -- Text that appears when you target
                coords = vector3(-354.47, -58.27, 49.58), -- Circle Zone Coords
                drawtext = vector3(-354.72, -58.12, 49.26),
                panel = vector4(-354.96, -57.9, 50.24, 232.98),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-bolt", -- Icon
                size = 0.3, -- Circle Zone size
                VaultOpenHeading = 142.85983276367, -- (Don't touch this) Heading of the vault when it is open
                VaultCloseHeading = 250.85983276367, -- (Don't touch this) Heading of the vault when it is closed
                VaultCoords = vector3(-353.71, -56.44, 49.18), -- (Don't touch this) Coords of the vault
            },
            
            ["BurtonJailDoorKeypad"] = {
                name = "BurtonJailDoorKeypad",
                label = "Scan employee pictures", -- Text that appears when you target
                coords = vector3(-353.25, -58.6, 49.40), -- Circle Zone Coords
                drawtext = vector3(-353.14, -58.33, 49.01),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-bolt", -- Icon
                size = 0.3, -- Circle Zone size
            },
            
            ["BurtonJailDoor"] = {
                name = "BurtonJailDoor",
                label = "Unlock", -- Text that appears when you target
                coords = vector3(-352.62, -58.98, 49.38), -- Circle Zone Coords
                drawtext = vector3(-352.48, -58.73, 49.01),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fab fa-keycdn", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["BurtonTrolly1"] = {
                name = "BurtonTrolly1",
                coords = vector3(-352.03, -57.05, 49.01), -- Circle Zone Coords
                drawtext = vector3(-352.16, -57.42, 49.01),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
 
            ["BurtonTrolly2"] = {
                name = "BurtonTrolly2",
                coords = vector3(-354.33, -59.94, 49.01), -- Circle Zone Coords
                drawtext = vector3(-353.94, -60.03, 49.01),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
    
            ["BurtonTrolly3"] = {
                name = "BurtonTrolly3",
                coords = vector3(-354.66, -62.16, 49.01), -- Circle Zone Coords
                drawtext = vector3(-354.45, -61.7, 49.01),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
    
            ["BurtonTrolly4"] = {
                name = "BurtonTrolly4",
                coords = vector3(-351.07, -61.03, 49.01), -- Circle Zone Coords
                drawtext = vector3(-351.54, -60.82, 49.01),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
            
        },
        
        ["Zone"] = {vector3(-355.27, -38.79, 49.02), vector3(-343.72, -43.26, 49.02), vector3(-350.61, -62.6, 49.02), vector3(-368.76, -56.43, 49.02)},
    },
 
    ["Alta"] = {
        ["Reset"] = 120, -- (Minutes) Resets the bank
        ["AlarmCoords"] = vector3(318.57, -275.84, 58.7),
        ["KeypadOneCoords"] = vector3(307.11, -279.17, 54.46),
        ["KeypadOneHeading"] = 68.88,
        ["KeypadTwoCoords"] = vector3(307.65, -284.02, 54.46),
        ["KeypadTwoHeading"] = 249.89,
        ["Trolly1Coords"] = vector3(312.57, -286.02, 53.58), -- Dont touch these coords
        ["Trolly2Coords"] = vector3(314.32, -287.51, 53.61), -- Dont touch these coords
        ["Trolly3Coords"] = vector3(313.83, -286.47, 53.61), -- Dont touch these coords
 
        ["OnCooldown"] = false,
 
        ["DrawTextRotation"] = -110.0, -- Rotation of the drawtext
 
        Interactions = {
            ["AltaFusebox"] = {
                name = "AltaFusebox",
                label = "Cut wires", -- Text that appears when you target
                coords = vector3(258.69, -308.01, 49.76), -- Circle Zone Coords
                drawtext = vector3(258.79, -307.66, 49.65),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-bolt", -- Icon
                size = 0.5, -- Circle Zone size
            },
        
            ["AltaFingerprint"] = {
                name = "AltaFingerprint",
                label = "Fake Fingerprint", -- Text that appears when you target
                coords = vector3(307.11, -279.17, 54.46), -- Circle Zone Coords
                drawtext = vector3(307.4, -279.3, 54.16),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-fingerprint", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["AltaKeypadOne"] = {
                name = "AltaKeypadOne",
                label = "Disable Keypad", -- Text that appears when you target
                coords = vector3(307.11, -279.17, 54.46), -- Circle Zone Coords
                drawtext = vector3(307.4, -279.3, 54.16),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-keyboard", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["AltaKeypadTwo"] = {
                name = "AltaKeypadTwo",
                label = "Enter Keyword", -- Text that appears when you target
                coords = vector3(307.65, -284.02, 54.46), -- Circle Zone Coords
                drawtext = vector3(307.33, -283.77, 54.16),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-keyboard", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["AltaPrinter"] = {
                name = "AltaPrinter",
                label = "Print out pictures", -- Text that appears when you target
                coords = vector3(305.9, -285.36, 54.25), -- Circle Zone Coords
                drawtext = vector3(306.13, -284.78, 54.16),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-print", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["AltaBoard"] = {
                name = "AltaBoard",
                label = "Employee list", -- Text that appears when you target
                coords = vector3(316.16, -285.27, 54.76), -- Circle Zone Coords
                drawtext = vector3(315.69, -285.09, 54.16),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-paperclip", -- Icon
                size = 0.5, -- Circle Zone size
            },
            
            ["AltaShelfOne"] = {
                name = "AltaShelfOne",
                label = "Search through documents", -- Text that appears when you target
                coords = vector3(314.61, -283.58, 54.52), -- Circle Zone Coords
                drawtext = vector3(314.29, -283.86, 54.16),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-sheet-plastic", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["AltaShelfTwo"] = {
                name = "AltaShelfTwo",
                label = "Search through documents", -- Text that appears when you target
                coords = vector3(312.27, -282.7, 54.4), -- Circle Zone Coords
                drawtext = vector3(311.98, -283.13, 54.16),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-sheet-plastic", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["AltaShelfThree"] = {
                name = "AltaShelfThree",
                label = "Search through documents", -- Text that appears when you target
                coords = vector3(310.51, -282.03, 54.34), -- Circle Zone Coords
                drawtext = vector3(310.17, -282.42, 54.16),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-sheet-plastic", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["AltaSearchOne"] = {
                name = "AltaSearchOne",
                label = "Search", -- Text that appears when you target
                coords = vector3(307.55, -285.96, 54.16), -- Circle Zone Coords
                drawtext = vector3(307.79, -285.52, 54.16),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-hand", -- Icon
                size = 0.4, -- Circle Zone size
            },
 
            ["AltaSearchTwo"] = {
                name = "AltaSearchTwo",
                label = "Search", -- Text that appears when you target
                coords = vector3(308.24, -286.26, 54.17), -- Circle Zone Coords
                drawtext =vector3(308.51, -286.03, 54.16),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-hand", -- Icon
                size = 0.4, -- Circle Zone size
            },
 
            ["AltaSearchThree"] = {
                name = "AltaSearchThree",
                label = "Search", -- Text that appears when you target
                coords = vector3(309.26, -286.84, 54.16), -- Circle Zone Coords
                drawtext = vector3(309.47, -286.32, 54.16),
                distance = 1.3, -- How far will you be able to interact with it
                icon = "fas fa-hand", -- Icon
                size = 0.4, -- Circle Zone size
            },
 
            ["AltaVault"] = {
                name = "AltaVault",
                label = "Unlock Vault", -- Text that appears when you target
                coords = vector3(310.53, -287.37, 54.54), -- Circle Zone Coords
                drawtext = vector3(310.07, -287.24, 54.17),
                panel = vector4(310.53, -287.29, 54.36, 229.36),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-bolt", -- Icon
                size = 0.3, -- Circle Zone size
                VaultOpenHeading = 141.86598205566, -- (Don't touch this) Heading of the vault when it is open
                VaultCloseHeading = 249.86598205566, -- (Don't touch this) Heading of the vault when it is closed
                VaultCoords = vector3(311.33, -285.58, 54.31), -- (Don't touch this) Coords of the vault
            },
            
            ["AltaJailDoorKeypad"] = {
                name = "AltaJailDoorKeypad",
                label = "Scan employee pictures", -- Text that appears when you target
                coords = vector3(311.74, -287.76, 54.52), -- Circle Zone Coords
                drawtext = vector3(311.87, -287.65, 54.14),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-bolt", -- Icon
                size = 0.3, -- Circle Zone size
            },
            
            ["AltaJailDoor"] = {
                name = "AltaJailDoor",
                label = "Unlock", -- Text that appears when you target
                coords = vector3(312.19, -288.29, 54.5), -- Circle Zone Coords
                drawtext = vector3(313.07, -286.6, 54.14),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fab fa-keycdn", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["AltaTrolly1"] = {
                name = "AltaTrolly1",
                coords = vector3(313.11, -286.25, 54.14), -- Circle Zone Coords
                drawtext = vector3(312.97, -286.66, 54.14),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
 
            ["AltaTrolly2"] = {
                name = "AltaTrolly2",
                coords = vector3(310.29, -291.26, 54.14), -- Circle Zone Coords
                drawtext = vector3(310.5, -290.81, 54.14),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
    
            ["AltaTrolly3"] = {
                name = "AltaTrolly3",
                coords = vector3(310.84, -289.08, 54.14), -- Circle Zone Coords
                drawtext = vector3(311.21, -289.26, 54.14),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
    
            ["AltaTrolly4"] = {
                name = "AltaTrolly4",
                coords = vector3(313.93, -290.22, 54.14), -- Circle Zone Coords
                drawtext = vector3(313.56, -290.07, 54.14),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
            
        },
 
        ["Zone"] = {vector3(306.58, -265.0, 53.96), vector3(326.7, -272.52, 53.93), vector3(315.11, -302.47, 53.95), vector3(291.94, -295.0, 53.95)},
    },
 
    ["GrandSenoraDesert"] = {
        ["Reset"] = 120, -- (Minutes) Resets the bank
        ["AlarmCoords"] = vector3(1171.15, 2702.71, 40.67), -- Alarm coords
        ["KeypadOneCoords"] = vector3(1181.68, 2709.35, 38.39),
        ["KeypadOneHeading"] = 270.0, -- Heading of the keypad one
        ["KeypadTwoCoords"] = vector3(1179.52, 2713.73, 38.39),
        ["KeypadTwoHeading"] = 90.0, -- Heading of the keypad one
        ["Trolly1Coords"] = vector3(1174.21, 2713.88, 37.51), -- Dont touch these coords
        ["Trolly2Coords"] = vector3(1172.05, 2714.68, 37.53), -- Dont touch these coords
        ["Trolly3Coords"] = vector3(1172.87, 2713.86, 37.54), -- Dont touch these coords
 
        ["OnCooldown"] = false,
 
        ["DrawTextRotation"] = -90.0, -- Rotation of the drawtext
        
        Interactions = {
            ["GrandSenoraDesertFusebox"] = {
                name = "GrandSenoraDesertFusebox",
                label = "Cut wires", -- Text that appears when you target
                coords = vector3(1158.14, 2708.95, 37.98), -- Circle Zone Coords
                drawtext = vector3(1157.68, 2708.98, 37.98),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-bolt", -- Icon
                size = 0.5, -- Circle Zone size
            },
        
            ["GrandSenoraDesertFingerprint"] = {
                name = "GrandSenoraDesertFingerprint",
                label = "Fake Fingerprint", -- Text that appears when you target
                coords = vector3(1181.68, 2709.35, 38.39), -- Circle Zone Coords
                drawtext = vector3(1181.3, 2709.39, 38.09),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-fingerprint", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["GrandSenoraDesertKeypadOne"] = {
                name = "GrandSenoraDesertKeypadOne",
                label = "Disable Keypad", -- Text that appears when you target
                coords = vector3(1181.68, 2709.35, 38.39), -- Circle Zone Coords
                drawtext = vector3(1181.3, 2709.39, 38.09),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-keyboard", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["GrandSenoraDesertKeypadTwo"] = {
                name = "GrandSenoraDesertKeypadTwo",
                label = "Enter Keyword", -- Text that appears when you target
                coords = vector3(1179.52, 2713.73, 38.39), -- Circle Zone Coords
                drawtext = vector3(1179.92, 2713.7, 38.09),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-keyboard", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["GrandSenoraDesertPrinter"] = {
                name = "GrandSenoraDesertPrinter",
                label = "Print out pictures", -- Text that appears when you target
                coords = vector3(1180.67, 2715.36, 38.34), -- Circle Zone Coords
                drawtext = vector3(1180.61, 2714.95, 38.09),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-print", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["GrandSenoraDesertBoard"] = {
                name = "GrandSenoraDesertBoard",
                label = "Employee list", -- Text that appears when you target
                coords = vector3(1171.25, 2711.93, 38.5), -- Circle Zone Coords
                drawtext = vector3(1171.38, 2711.92, 38.09),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-paperclip", -- Icon
                size = 0.5, -- Circle Zone size
            },
            
            ["GrandSenoraDesertShelfOne"] = {
                name = "GrandSenoraDesertShelfOne",
                label = "Search through documents", -- Text that appears when you target
                coords = vector3(1173.06, 2710.9, 38.41), -- Circle Zone Coords
                drawtext = vector3(1173.21, 2711.27, 38.09),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-sheet-plastic", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["GrandSenoraDesertShelfTwo"] = {
                name = "GrandSenoraDesertShelfTwo",
                label = "Search through documents", -- Text that appears when you target
                coords = vector3(1175.7, 2710.88, 38.41), -- Circle Zone Coords
                drawtext = vector3(1175.67, 2711.38, 38.09),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-sheet-plastic", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["GrandSenoraDesertShelfThree"] = {
                name = "GrandSenoraDesertShelfThree",
                label = "Search through documents", -- Text that appears when you target
                coords = vector3(1177.6, 2711.05, 38.41), -- Circle Zone Coords
                drawtext = vector3(1177.84, 2711.29, 38.09),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-sheet-plastic", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["GrandSenoraDesertSearchOne"] = {
                name = "GrandSenoraDesertSearchOne",
                label = "Search", -- Text that appears when you target
                coords = vector3(1178.9, 2715.66, 38.17), -- Circle Zone Coords
                drawtext = vector3(1178.91, 2715.24, 38.09),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-hand", -- Icon
                size = 0.4, -- Circle Zone size
            },
 
            ["GrandSenoraDesertSearchTwo"] = {
                name = "GrandSenoraDesertSearchTwo",
                label = "Search", -- Text that appears when you target
                coords = vector3(1178.15, 2715.64, 38.17), -- Circle Zone Coords
                drawtext = vector3(1178.12, 2715.3, 38.09),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-hand", -- Icon
                size = 0.4, -- Circle Zone size
            },
 
            ["GrandSenoraDesertSearchThree"] = {
                name = "GrandSenoraDesertSearchThree",
                label = "Search", -- Text that appears when you target
                coords = vector3(1177.09, 2715.61, 37.79), -- Circle Zone Coords
                drawtext = vector3(1176.94, 2715.23, 38.09),
                distance = 1.3, -- How far will you be able to interact with it
                icon = "fas fa-hand", -- Icon
                size = 0.4, -- Circle Zone size
            },
 
            ["GrandSenoraDesertVault"] = {
                name = "GrandSenoraDesertVault",
                label = "Unlock Vault", -- Text that appears when you target
                coords = vector3(1175.59, 2715.92, 38.51), -- Circle Zone Coords
                drawtext = vector3(1175.9, 2715.86, 38.35),
                panel = vector4(1175.42, 2715.9, 39.69,  71.55),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-bolt", -- Icon
                size = 0.3, -- Circle Zone size
                VaultOpenHeading = 1.0, -- (Don't touch this) Heading of the vault when it is open
                VaultCloseHeading = 90.0, -- (Don't touch this) Heading of the vault when it is closed
                VaultCoords = vector3(1175.53, 2713.89, 38.23), -- (Don't touch this) Coords of the vault
            },
            
            ["GrandSenoraDesertJailDoorKeypad"] = {
                name = "GrandSenoraDesertJailDoorKeypad",
                label = "Scan employee pictures", -- Text that appears when you target
                coords = vector3(1174.38, 2715.79, 38.5), -- Circle Zone Coords
                drawtext = vector3(1174.36, 2715.42, 38.07),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-bolt", -- Icon
                size = 0.3, -- Circle Zone size
            },
            
            ["GrandSenoraDesertJailDoor"] = {
                name = "GrandSenoraDesertJailDoor",
                label = "Unlock", -- Text that appears when you target
                coords = vector3(1173.75, 2716.19, 38.38), -- Circle Zone Coords
                drawtext = vector3(1173.74, 2715.76, 38.07),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fab fa-keycdn", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["GrandSenoraDesertTrolly1"] = {
                name = "GrandSenoraDesertTrolly1",
                coords = vector3(1173.67, 2713.92, 38.07), -- Circle Zone Coords
                drawtext = vector3(1173.65, 2714.4, 38.07),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
 
            ["GrandSenoraDesertTrolly2"] = {
                name = "GrandSenoraDesertTrolly2",
                coords = vector3(1174.92, 2717.33, 38.07), -- Circle Zone Coords
                drawtext = vector3(1174.48, 2717.37, 38.07),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
    
            ["GrandSenoraDesertTrolly3"] = {
                name = "GrandSenoraDesertTrolly3",
                coords = vector3(1174.57, 2719.5, 38.07), -- Circle Zone Coords
                drawtext = vector3(1174.53, 2718.85, 38.07),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
    
            ["GrandSenoraDesertTrolly4"] = {
                name = "GrandSenoraDesertTrolly4",
                coords = vector3(1171.53, 2717.07, 38.07), -- Circle Zone Coords
                drawtext = vector3(1171.91, 2717.08, 38.07),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
        },
 
        ["Zone"] = {vector3(1181.73, 2698.29, 38.0), vector3(1171.2, 2698.28, 38.0), vector3(1171.17, 2721.76, 38.0), vector3(1181.54, 2721.39, 38.0)},
    },
 
    ["BanhamCanyon"] = {
        ["Reset"] = 120, -- (Minutes) Resets the bank
        ["AlarmCoords"] = vector3(-2966.54, 480.14, 18.35), -- Alarm coords
        ["KeypadOneCoords"] = vector3(-2960.27, 476.21, 16.0), -- Keypad one coords
        ["KeypadOneHeading"] = 179.18, -- Heading of the keypad one
        ["KeypadTwoCoords"] = vector3(-2955.83, 478.23, 16.0), -- Keypad two coords
        ["KeypadTwoHeading"] = 358.0, -- Heading of the keypad one
        ["Trolly1Coords"] = vector3(-2955.48, 483.52, 15.12), -- Dont touch these coords
        ["Trolly2Coords"] = vector3(-2954.6, 485.65, 15.14), -- Dont touch these coords
        ["Trolly3Coords"] = vector3(-2955.45, 484.86, 15.15), -- Dont touch these coords
 
        ["OnCooldown"] = false,
 
        ["DrawTextRotation"] = -90.0, -- Rotation of the drawtext
 
        Interactions = {
            ["BanhamCanyonFusebox"] = {
                name = "BanhamCanyonFusebox",
                label = "Cut wires", -- Text that appears when you target
                coords = vector3(-2948.08, 481.18, 15.44), -- Circle Zone Coords
                drawtext = vector3(-2947.67, 481.29, 15.44),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-bolt", -- Icon
                size = 0.5, -- Circle Zone size
            },
 
            ["BanhamCanyonFingerprint"] = {
                name = "BanhamCanyonFingerprint",
                label = "Fake Fingerprint", -- Text that appears when you target
                coords = vector3(-2960.27, 476.21, 16.0), -- Circle Zone Coords
                drawtext = vector3(-2960.23, 476.47, 15.7),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-fingerprint", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["BanhamCanyonKeypadOne"] = {
                name = "BanhamCanyonKeypadOne",
                label = "Disable Keypad", -- Text that appears when you target
                coords = vector3(-2960.27, 476.21, 16.0), -- Circle Zone Coords
                drawtext = vector3(-2960.23, 476.47, 15.7),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-keyboard", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["BanhamCanyonKeypadTwo"] = {
                name = "BanhamCanyonKeypadTwo",
                label = "Enter Keyword", -- Text that appears when you target
                coords = vector3(-2955.83, 478.23, 16.0), -- Circle Zone Coords
                drawtext = vector3(-2955.98, 477.9, 15.7),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-keyboard", -- Icon
                size = 0.3, -- Circle Zone size
            },
            
            ["BanhamCanyonPrinter"] = {
                name = "BanhamCanyonPrinter",
                label = "Print out pictures", -- Text that appears when you target
                coords = vector3(-2954.42, 477.06, 15.5), -- Circle Zone Coords
                drawtext = vector3(-2954.68, 477.04, 15.7),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-print", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["BanhamCanyonBoard"] = {
                name = "BanhamCanyonBoard",
                label = "Employee list", -- Text that appears when you target
                coords = vector3(-2957.36, 486.53, 16.15), -- Circle Zone Coords
                drawtext = vector3(-2957.25, 486.34, 15.7),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-paperclip", -- Icon
                size = 0.5, -- Circle Zone size
            },
            
            ["BanhamCanyonShelfOne"] = {
                name = "BanhamCanyonShelfOne",
                label = "Search through documents", -- Text that appears when you target
                coords = vector3(-2958.45, 484.73, 15.71), -- Circle Zone Coords
                drawtext = vector3(-2958.07, 484.57, 15.7),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-sheet-plastic", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["BanhamCanyonShelfTwo"] = {
                name = "BanhamCanyonShelfTwo",
                label = "Search through documents", -- Text that appears when you target
                coords = vector3(-2958.58, 482.17, 15.7), -- Circle Zone Coords
                drawtext = vector3(-2958.07, 482.18, 15.7),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-sheet-plastic", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["BanhamCanyonShelfThree"] = {
                name = "BanhamCanyonShelfThree",
                label = "Search through documents", -- Text that appears when you target
                coords = vector3(-2958.66, 480.26, 15.53), -- Circle Zone Coords
                drawtext = vector3(-2958.15, 480.13, 15.7),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-sheet-plastic", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["BanhamCanyonSearchOne"] = {
                name = "BanhamCanyonSearchOne",
                label = "Search", -- Text that appears when you target
                coords = vector3(-2953.95, 478.76, 15.63), -- Circle Zone Coords
                drawtext = vector3(-2954.23, 478.77, 15.7),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-hand", -- Icon
                size = 0.4, -- Circle Zone size
            },
 
            ["BanhamCanyonSearchTwo"] = {
                name = "BanhamCanyonSearchTwo",
                label = "Search", -- Text that appears when you target
                coords = vector3(-2953.9, 479.57, 15.63), -- Circle Zone Coords
                drawtext = vector3(-2954.28, 479.54, 15.7),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-hand", -- Icon
                size = 0.4, -- Circle Zone size
            },
 
            ["BanhamCanyonSearchThree"] = {
                name = "BanhamCanyonSearchThree",
                label = "Search", -- Text that appears when you target
                coords = vector3(-2953.86, 480.61, 15.29), -- Circle Zone Coords
                drawtext = vector3(-2954.32, 480.75, 15.7),
                distance = 1.3, -- How far will you be able to interact with it
                icon = "fas fa-hand", -- Icon
                size = 0.4, -- Circle Zone size
            },
 
            ["BanhamCanyonVault"] = {
                name = "BanhamCanyonVault",
                label = "Unlock Vault", -- Text that appears when you target
                coords = vector3(-2953.51, 481.89, 15.95), -- Circle Zone Coords
                drawtext = vector3(-2953.63, 481.71, 15.7),
                panel = vector4(-2953.58, 482.04, 15.7, 342.11),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-bolt", -- Icon
                size = 0.3, -- Circle Zone size
                VaultOpenHeading = 250.0, -- (Don't touch this) Heading of the vault when it is open
                VaultCloseHeading = 358.0, -- (Don't touch this) Heading of the vault when it is closed
                VaultCoords = vector3(-2955.52, 482.21, 15.84), -- (Don't touch this) Coords of the vault
            },
 
            ["BanhamCanyonJailDoorKeypad"] = {
                name = "BanhamCanyonJailDoorKeypad",
                label = "Scan employee pictures", -- Text that appears when you target
                coords = vector3(-2953.54, 483.28, 16.2), -- Circle Zone Coords
                drawtext = vector3(-2953.8, 483.3, 15.68),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fas fa-bolt", -- Icon
                size = 0.3, -- Circle Zone size
            },
            
            ["BanhamCanyonJailDoor"] = {
                name = "BanhamCanyonJailDoor",
                label = "Unlock", -- Text that appears when you target
                coords = vector3(-2953.35, 483.95, 15.96), -- Circle Zone Coords
                drawtext = vector3(-2953.63, 484.0, 15.68),
                distance = 1.0, -- How far will you be able to interact with it
                icon = "fab fa-keycdn", -- Icon
                size = 0.3, -- Circle Zone size
            },
 
            ["BanhamCanyonTrolly1"] = {
                name = "BanhamCanyonTrolly1",
                coords = vector3(-2955.4, 484.24, 15.68), -- Circle Zone Coords
                drawtext = vector3(-2955.1, 484.35, 15.68),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
 
            ["BanhamCanyonTrolly2"] = {
                name = "BanhamCanyonTrolly2",
                coords = vector3(-2952.02, 482.6, 15.68), -- Circle Zone Coords
                drawtext = vector3(-2952.04, 482.98, 15.68),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
    
            ["BanhamCanyonTrolly3"] = {
                name = "BanhamCanyonTrolly3",
                coords = vector3(-2949.87, 483.06, 15.68), -- Circle Zone Coords
                drawtext = vector3(-2950.11, 483.1, 15.68),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
    
            ["BanhamCanyonTrolly4"] = {
                name = "BanhamCanyonTrolly4",
                coords = vector3(-2951.94, 486.11, 15.68), -- Circle Zone Coords
                drawtext = vector3(-2951.93, 485.76, 15.68),
                distance = 1.0, -- How far will you be able to interact with it
                size = 0.4, -- Circle Zone size
            },
        },
        
        ["Zone"] = {vector3(-2972.54, 490.35, 15.3), vector3(-2942.93, 488.71, 15.3), vector3(-2944.23, 468.44, 15.3), vector3(-2973.19, 469.75, 15.3)}, 
    },
}
 
Config.Sounds = {
    ["DoorUnlockSound"] = 'DoorOpen', -- The sound that is played when unlocking doors
    ["DoorUnlockSoundVolume"] = 2.0, -- The volume of the sound that is played
    ["DoorUnlockSoundDistance"] = 3.0, -- The distance that the sound reaches
    ["AlarmSound"] = 'security-alarm', -- The sound that is played when the alarm is on
    ["AlarmSoundVolume"] = 0.05, -- The volume of the sound that is played
    ["AlarmSoundDistance"] = 35.0, -- The distance that the sound reaches
    ["AlarmRepeat"] = 75, -- At 75 and Wait at 8000, the alarm will blare every 8 seconds for a total of 10 minutes
    ["AlarmWait"] = 8000, -- Waits between each alarm blare
}
 
Config.PuzzleSettings = {
    ["ShowFirstLetter"] = {
        ["Status"] = true, -- Show the first letter of the hidden word
        ["Replace"] = "?" -- If ["Status"] is false, replace the hidden word with the chosen string
    },
 
    ["ShowLastLetter"] = {
        ["Status"] = false, -- Show the first letter of the hidden word
        ["Replace"] = "?" -- If ["Status"] is false, replace the hidden word with the chosen string
    },
 
    ["HideOneClue"] = {
        ["Status"] = true, -- Hide one of the clues
        ["Replace"] = "* **Missing** *" -- If ["Status"] is false, replace the hidden word with the chosen string
    }
}
 
Config.RewardCash = {
    ["ObtainPerPickup"] = true, -- Obtain the specified items below per cash stack pickup from the trolley, false - Obtain the item/cash specified below at the end of the trolley animation
    ['Cash'] = true, -- Set this to false to use a cash "item", or true to use cash
    ['CashItem'] = "markedbills", -- Item you want to use for cash (['Cash'] = false)
    ['StackAmount'] = {min = 45, max = 110}, -- Cash that is recieved from each cash stack, if you have ["ObtainPerPickup"] set to false, this will be the amount of cash you recieve at the end of the trolley animation
    ['ItemInfo'] = false, -- Item info for the cash item, this is used if you have markedbills that has random amount of money in info
}
 
Config.RewardGold = {
    ["ObtainPerPickup"] = false, -- Obtain the specified items below per gold bar pickup from the trolley, false - Obtain the item/cash specified below at the end of the trolley animation
    ['Cash'] = false, -- Set this to false to use a cash "item", or true to use cash
    ['GoldItem'] = "goldbar", -- Item you want to use for cash (['Cash'] = false)
    ['StackAmount'] = {min = 3, max = 5}, -- Cash that is recieved from each cash stack, if you have ["ObtainPerPickup"] set to false, this will be the amount of gold bars you recieve at the end of the trolley animation
    ['ItemInfo'] = false, -- Item info for the cash item, this is used if you have markedbills that has random amount of money in info
}
 
Config.RewardDiamond = {
    ["ObtainPerPickup"] = true, -- Obtain the specified items below per diamond box pickup from the trolley, false - Obtain the item/cash specified below at the end of the trolley animation
    ['Cash'] = false, -- Set this to false to use a cash "item", or true to use cash
    ['DiamondItem'] = "diamond", -- Item you want to use for cash (['Cash'] = false)
    ['StackAmount'] = {min = 1, max = 1}, -- Cash that is recieved from each cash stack, if you have ["ObtainPerPickup"] set to false, this will be the amount of diamonds you recieve at the end of the trolley animation
    ['ItemInfo'] = false, -- Item info for the cash item, this is used if you have markedbills that has random amount of money in info
}
 
Config.Trollys = {
 
    -- For Gold trollys: (Replace the settings below to change the loot type, trollys dont have to be all the same reward)
    -- model = 'ch_prop_gold_trolly_01a', -- (Gold by default) Model of the trolley
    -- lootmodel = 'ch_prop_gold_bar_01a', -- (Gold by default) Model of the loot
    -- loot = "gold", -- (Gold by default) Should be set according to the model
    -- label = 'Grab Gold', -- Text that appears when you target
 
    -- For Diamond trollys: (Replace the settings below to change the loot type, trollys dont have to be all the same reward)
    -- model = 'ch_prop_diamond_trolly_01a', -- (Diamond by default) Model of the trolley
    -- lootmodel = 'ch_prop_vault_dimaondbox_01a', -- (Diamond by default) Model of the loot
    -- loot = "diamond", -- (Diamond by default) Should be set according to the model
    -- label = 'Grab Diamonds', -- Text that appears when you target
 
    ["RockfordHills"] = {
        ['Trolly1'] = {
            name = 'Trolly1', -- !!! Do not touch !!!
            coords = vector3(-1208.77, -336.51, 36.76),
            heading = 202.58,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
        ['Trolly2'] = {
            name = 'Trolly2', -- !!! Do not touch !!!
            coords = vector3(-1206.59, -341.7, 36.76),
            heading = 25.44,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
        ['Trolly3'] = {
            name = 'Trolly3', -- !!! Do not touch !!!
            coords = vector3(-1207.9, -340.06, 36.76),
            heading = 303.13,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
        ['Trolly4'] = {
            name = 'Trolly4', -- !!! Do not touch !!!
            coords = vector3(-1204.76, -338.36, 36.76),
            heading = 118.3,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
    },
 
    ["Legion"] = {
        ['Trolly1'] = {
            name = 'Trolly1', -- !!! Do not touch !!!
            coords = vector3(148.94, -1048.04, 28.35),
            heading = 158.69,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
        ['Trolly2'] = {
            name = 'Trolly2', -- !!! Do not touch !!!
            coords = vector3(146.33, -1050.7, 28.35),
            heading = 249.97,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
        ['Trolly3'] = {
            name = 'Trolly3', -- !!! Do not touch !!!
            coords = vector3(146.02, -1052.7, 28.35),
            heading = 342.11,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
        ['Trolly4'] = {
            name = 'Trolly4', -- !!! Do not touch !!!
            coords = vector3(149.64, -1051.75, 28.35),
            heading = 69.26,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
    },
 
    ["Burton"] = {
        ['Trolly1'] = {
            name = 'Trolly1', -- !!! Do not touch !!!
            coords = vector3(-352.03, -57.05, 48.01),
            heading = 158.66,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
        ['Trolly2'] = {
            name = 'Trolly2', -- !!! Do not touch !!!
            coords = vector3(-354.33, -59.94, 48.01),
            heading = 252.29,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
        ['Trolly3'] = {
            name = 'Trolly3', -- !!! Do not touch !!!
            coords = vector3(-354.66, -62.16, 48.01),
            heading = 340.28,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
        ['Trolly4'] = {
            name = 'Trolly4', -- !!! Do not touch !!!
            coords = vector3(-351.07, -61.03, 48.01),
            heading = 69.01,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
    },
 
    ["Alta"] = {
        ['Trolly1'] = {
            name = 'Trolly1', -- !!! Do not touch !!!
            coords = vector3(313.11, -286.25, 53.14),
            heading = 163.56,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
        ['Trolly2'] = {
            name = 'Trolly2', -- !!! Do not touch !!!
            coords = vector3(310.29, -291.26, 53.14),
            heading = 343.74,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
        ['Trolly3'] = {
            name = 'Trolly3', -- !!! Do not touch !!!
            coords = vector3(310.84, -289.08, 53.14),
            heading = 246.68,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
        ['Trolly4'] = {
            name = 'Trolly4', -- !!! Do not touch !!!
            coords = vector3(313.93, -290.22, 53.14),
            heading = 72.48,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
    },
 
    ["GrandSenoraDesert"] = {
        ['Trolly1'] = {
            name = 'Trolly1', -- !!! Do not touch !!!
            coords = vector3(1173.67, 2713.92, 37.07),
            heading = 358.96,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
        ['Trolly2'] = {
            name = 'Trolly2', -- !!! Do not touch !!!
            coords = vector3(1174.92, 2717.33, 37.07),
            heading = 88.54,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
        ['Trolly3'] = {
            name = 'Trolly3', -- !!! Do not touch !!!
            coords = vector3(1174.57, 2719.5, 37.07),
            heading = 179.88,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
        ['Trolly4'] = {
            name = 'Trolly4', -- !!! Do not touch !!!
            coords = vector3(1171.53, 2717.07, 37.07),
            heading = 268.04,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
    },
 
    ["BanhamCanyon"] = {
        ['Trolly1'] = {
            name = 'Trolly1', -- !!! Do not touch !!!
            coords = vector3(-2955.4, 484.24, 15.68),
            heading = 264.16,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
        ['Trolly2'] = {
            name = 'Trolly2', -- !!! Do not touch !!!
            coords = vector3(-2952.02, 482.6, 15.68),
            heading = 357.53,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
        ['Trolly3'] = {
            name = 'Trolly3', -- !!! Do not touch !!!
            coords = vector3(-2949.87, 483.06, 15.68),
            heading = 88.72,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
        ['Trolly4'] = {
            name = 'Trolly4', -- !!! Do not touch !!!
            coords = vector3(-2951.94, 486.11, 15.68),
            heading = 177.3,
            model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
            lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
            loot = "cash", -- (Cash by default) Should be set according to the model
            label = 'Grab Cash', -- Text that appears when you target
            icon = 'fas fa-dollar-sign', -- Icon for Trolly3
            distance = 1.0, -- How far will you be able to interact with it
            size = 0.3, -- Circle Zone size
        },
    },
}
 
Config.Employees = {
    [1] = {first = "Olivia", last = "Roberts", residence = "Hawaii", age = "27"},
    [2] = {first = "Ethan", last = "Parker", residence = "Kentucky", age = "34"},
    [3] = {first = "Sophia", last = "Adams", residence = "Mississippi", age = "45"},
    [4] = {first = "Benjamin", last = "Taylor", residence = "Montana", age = "19"},
    [5] = {first = "Ava", last = "Wright", residence = "SouthDakota", age = "31"},
    [6] = {first = "Liam", last = "Davis", residence = "Arizona", age = "40"},
    [7] = {first = "Emma", last = "Wilson", residence = "Connecticut", age = "22"},
    [8] = {first = "Noah", last = "Martinez", residence = "WestVirginia", age = "29"},
    [9] = {first = "Isabella", last = "Anderson", residence = "Delaware", age = "36"},
    [10] = {first = "Alexander", last = "Nelson", residence = "Maryland", age = "50"},
    [11] = {first = "Mia", last = "Johnson", residence = "Iowa", age = "25"},
    [12] = {first = "Elijah", last = "Garcia", residence = "NewMexico", age = "33"},
    [13] = {first = "Sofia", last = "Clark", residence = "Vermont", age = "28"},
    [14] = {first = "William", last = "Brown", residence = "Minnesota", age = "42"},
    [15] = {first = "Charlotte", last = "Harris", residence = "Tennessee", age = "37"},
    [16] = {first = "James", last = "Turner", residence = "Wisconsin", age = "30"},
    [17] = {first = "Amelia", last = "Smith", residence = "NorthDakota", age = "23"},
    [18] = {first = "Liam", last = "Anderson", residence = "Texas", age = "26"},
    [19] = {first = "Olivia", last = "Walker", residence = "Virginia", age = "39"},
    [20] = {first = "Emma", last = "Roberts", residence = "Louisiana", age = "32"},
    [21] = {first = "Ethan", last = "Johnson", residence = "Alabama", age = "33"},
    [22] = {first = "Sophia", last = "Garcia", residence = "Alaska", age = "42"},
    [23] = {first = "Benjamin", last = "Lee", residence = "Arkansas", age = "19"},
    [24] = {first = "Ava", last = "Anderson", residence = "California", age = "30"},
    [25] = {first = "Liam", last = "Williams", residence = "Colorado", age = "40"},
    [26] = {first = "Emma", last = "Brown", residence = "Florida", age = "24"},
    [27] = {first = "Noah", last = "Davis", residence = "Georgia", age = "29"},
    [28] = {first = "Isabella", last = "Taylor", residence = "Idaho", age = "35"},
    [29] = {first = "Alexander", last = "Harris", residence = "Illinois", age = "47"},
    [30] = {first = "Mia", last = "Moore", residence = "Indiana", age = "26"},
    [31] = {first = "Elijah", last = "Clark", residence = "Kansas", age = "39"},
    [32] = {first = "Sofia", last = "Martinez", residence = "Iowa", age = "28"},
    [33] = {first = "William", last = "Turner", residence = "Kentucky", age = "41"},
    [34] = {first = "Charlotte", last = "Johnson", residence = "Louisiana", age = "31"},
    [35] = {first = "James", last = "Anderson", residence = "Maine", age = "27"},
    [36] = {first = "Amelia", last = "Walker", residence = "Maryland", age = "23"},
    [37] = {first = "Liam", last = "Smith", residence = "Massachusetts", age = "36"},
    [38] = {first = "Olivia", last = "Taylor", residence = "Michigan", age = "44"},
    [39] = {first = "Emma", last = "Parker", residence = "Minnesota", age = "32"},
    [40] = {first = "Noah", last = "Garcia", residence = "Mississippi", age = "25"},
    [41] = {first = "Sophia", last = "Moore", residence = "Missouri", age = "38"},
    [42] = {first = "Alexander", last = "Davis", residence = "Nebraska", age = "49"},
    [43] = {first = "Ava", last = "Brown", residence = "Nevada", age = "29"},
    [44] = {first = "Benjamin", last = "Johnson", residence = "NewHampshire", age = "21"},
    [45] = {first = "Ethan", last = "Martinez", residence = "NewJersey", age = "37"},
    [46] = {first = "Olivia", last = "Clark", residence = "NewMexico", age = "43"},
    [47] = {first = "Sophia", last = "Williams", residence = "NewYork", age = "28"},
    [48] = {first = "Liam", last = "Turner", residence = "NorthCarolina", age = "30"},
    [49] = {first = "Emma", last = "Walker", residence = "NorthDakota", age = "26"},
    [50] = {first = "Oliver", last = "Wilson", residence = "Ohio", age = "33"},
    [51] = {first = "Lily", last = "Morris", residence = "Georgia", age = "28"},
    [52] = {first = "Carter", last = "Smith", residence = "Florida", age = "32"},
    [53] = {first = "Ghazi", last = "Bekker", residence = "NorthCarolina", age = "41"},
    [54] = {first = "Henry", last = "Baker", residence = "Texas", age = "41"},
    [55] = {first = "Ella", last = "Foster", residence = "California", age = "29"},
    [56] = {first = "Aiden", last = "Gomez", residence = "NewYork", age = "27"},
    [57] = {first = "Scarlett", last = "Rivera", residence = "Arizona", age = "36"},
    [58] = {first = "Logan", last = "Wright", residence = "Montana", age = "33"},
    [59] = {first = "Aria", last = "Mitchell", residence = "Kansas", age = "23"},
    [60] = {first = "Gabriel", last = "Sanchez", residence = "Colorado", age = "30"},
    [61] = {first = "Madison", last = "Lopez", residence = "Alabama", age = "26"},
    [62] = {first = "Wyatt", last = "Turner", residence = "Louisiana", age = "35"},
    [63] = {first = "Luna", last = "Ward", residence = "Maryland", age = "38"},
    [64] = {first = "Owen", last = "Green", residence = "Minnesota", age = "31"},
    [65] = {first = "Avery", last = "Coleman", residence = "NorthDakota", age = "29"},
    [66] = {first = "Jack", last = "Jenkins", residence = "Michigan", age = "43"},
    [67] = {first = "Isabelle", last = "Russell", residence = "NewMexico", age = "22"},
    [68] = {first = "Luke", last = "Stewart", residence = "SouthDakota", age = "26"},
    [69] = {first = "Emily", last = "White", residence = "Wisconsin", age = "31"},
    [70] = {first = "Mason", last = "Robinson", residence = "Tennessee", age = "34"},
    [71] = {first = "Zoey", last = "Gonzalez", residence = "Delaware", age = "25"},
    [72] = {first = "Sebastian", last = "Lee", residence = "Iowa", age = "39"},
    [73] = {first = "Addison", last = "Cooper", residence = "Mississippi", age = "28"},
    [74] = {first = "Eli", last = "Hernandez", residence = "NewJersey", age = "30"},
    [75] = {first = "Natalie", last = "Phillips", residence = "Ohio", age = "37"},
    [76] = {first = "Grayson", last = "Reed", residence = "Indiana", age = "33"},
    [77] = {first = "Hannah", last = "Price", residence = "Maine", age = "24"},
    [78] = {first = "Caleb", last = "Simmons", residence = "Kentucky", age = "29"},
    [79] = {first = "Elizabeth", last = "Barnes", residence = "WestVirginia", age = "39"},
    [80] = {first = "Levi", last = "Ross", residence = "Alaska", age = "28"},
    [81] = {first = "Chloe", last = "Butler", residence = "Arkansas", age = "36"},
    [82] = {first = "Andrew", last = "Fisher", residence = "Connecticut", age = "31"},
    [83] = {first = "Eleanor", last = "Griffin", residence = "Hawaii", age = "30"},
    [84] = {first = "Lincoln", last = "Hart", residence = "Nebraska", age = "35"},
    [85] = {first = "Hazel", last = "Hawkins", residence = "Idaho", age = "27"},
    [86] = {first = "Ezra", last = "Washington", residence = "Missouri", age = "32"},
    [87] = {first = "Penelope", last = "Morgan", residence = "NewHampshire", age = "26"},
    [88] = {first = "Daniel", last = "Hughes", residence = "Illinois", age = "29"},
    [89] = {first = "Aubrey", last = "Diaz", residence = "Virginia", age = "33"},
    [90] = {first = "Mateo", last = "Bell", residence = "Nevada", age = "31"},
    [91] = {first = "Samantha", last = "Hayes", residence = "Wisconsin", age = "26"},
    [92] = {first = "Adrian", last = "Kim", residence = "Oregon", age = "38"},
    [93] = {first = "Zoe", last = "Harrison", residence = "NorthDakota", age = "30"},
    [94] = {first = "Nolan", last = "Peterson", residence = "Kansas", age = "29"},
    [95] = {first = "Ariana", last = "Gardner", residence = "Iowa", age = "24"},
    [96] = {first = "Dominic", last = "Cole", residence = "SouthCarolina", age = "31"},
    [97] = {first = "Riley", last = "Campbell", residence = "Oklahoma", age = "28"},
    [98] = {first = "Brooklyn", last = "Sullivan", residence = "RhodeIsland", age = "29"},
    [99] = {first = "Elias", last = "Perry", residence = "Louisiana", age = "37"},
    [100] = {first = "Layla", last = "Powell", residence = "Utah", age = "26"},
    [101] = {first = "Max", last = "Rossi", residence = "Vermont", age = "25"},
    [102] = {first = "Bella", last = "Gutierrez", residence = "Michigan", age = "28"},
    [103] = {first = "Adam", last = "Ward", residence = "Mississippi", age = "31"},
    [104] = {first = "Stella", last = "Chapman", residence = "Connecticut", age = "27"},
    [105] = {first = "Ian", last = "Medina", residence = "Arizona", age = "33"},
    [106] = {first = "Violet", last = "Meyer", residence = "Montana", age = "29"},
    [107] = {first = "Lucas", last = "Zhang", residence = "NorthCarolina", age = "35"},
    [108] = {first = "Hannah", last = "Lin", residence = "Texas", age = "32"},
    [109] = {first = "Nathan", last = "Molina", residence = "California", age = "30"},
    [110] = {first = "Paisley", last = "Reyes", residence = "NewYork", age = "26"},
    [111] = {first = "Evan", last = "Ibrahim", residence = "Alabama", age = "29"},
    [112] = {first = "Lila", last = "Garcia", residence = "Louisiana", age = "28"},
    [113] = {first = "Miles", last = "Larson", residence = "Maryland", age = "31"},
    [114] = {first = "Ariana", last = "Khan", residence = "Missouri", age = "27"},
    [115] = {first = "Caleb", last = "Nelson", residence = "SouthDakota", age = "33"},
    [116] = {first = "Nova", last = "Chen", residence = "NorthDakota", age = "25"},
    [117] = {first = "Aaron", last = "Li", residence = "Wisconsin", age = "30"},
    [118] = {first = "Brielle", last = "Gomez", residence = "Tennessee", age = "29"},
    [119] = {first = "Hudson", last = "Roberts", residence = "Delaware", age = "36"},
    [120] = {first = "Ayla", last = "Wright", residence = "Iowa", age = "27"},
    [121] = {first = "Jace", last = "Adams", residence = "Mississippi", age = "32"},
    [122] = {first = "Sophie", last = "Hall", residence = "Nebraska", age = "31"},
    [123] = {first = "Caden", last = "Rivera", residence = "NorthDakota", age = "24"},
    [124] = {first = "Nora", last = "Hernandez", residence = "Kansas", age = "29"},
    [125] = {first = "Grayson", last = "Gonzalez", residence = "Virginia", age = "30"},
    [126] = {first = "Elaina", last = "Bennett", residence = "Nevada", age = "28"},
    [127] = {first = "Harrison", last = "Sanchez", residence = "Wisconsin", age = "33"},
    [128] = {first = "Skylar", last = "Morris", residence = "Oregon", age = "27"},
    [129] = {first = "Theo", last = "Perez", residence = "Washington", age = "31"},
    [130] = {first = "Mila", last = "Cook", residence = "Indiana", age = "26"},
    [131] = {first = "Beckett", last = "Jackson", residence = "NewHampshire", age = "29"},
    [132] = {first = "Savannah", last = "Ward", residence = "Illinois", age = "28"},
    [133] = {first = "Ezra", last = "Barnes", residence = "Ohio", age = "33"},
    [134] = {first = "Ruby", last = "Wright", residence = "Oklahoma", age = "26"},
    [135] = {first = "Oscar", last = "Foster", residence = "RhodeIsland", age = "31"},
    [136] = {first = "Luna", last = "Jenkins", residence = "Arkansas", age = "29"},
    [137] = {first = "Carter", last = "Cruz", residence = "Minnesota", age = "32"},
    [138] = {first = "Clara", last = "Hamilton", residence = "WestVirginia", age = "27"},
    [139] = {first = "Micah", last = "Sullivan", residence = "Alaska", age = "30"},
    [140] = {first = "Summer", last = "Bell", residence = "Hawaii", age = "28"},
    [141] = {first = "Tristan", last = "Kim", residence = "Colorado", age = "33"},
    [142] = {first = "Valentina", last = "Peterson", residence = "Kentucky", age = "25"},
    [143] = {first = "Easton", last = "Gardner", residence = "Michigan", age = "29"},
    [144] = {first = "Maddison", last = "Rossi", residence = "Mississippi", age = "30"},
    [145] = {first = "August", last = "Diaz", residence = "Missouri", age = "26"},
    [146] = {first = "Remi", last = "Hayes", residence = "NewMexico", age = "32"},
    [147] = {first = "Hayden", last = "Washington", residence = "NewYork", age = "27"},
    [148] = {first = "Brynlee", last = "Martin", residence = "NorthCarolina", age = "30"},
    [149] = {first = "Maximus", last = "Lin", residence = "Texas", age = "28"},
    [150] = {first = "Evangeline", last = "Gomez", residence = "California", age = "33"},
    [151] = {first = "Roman", last = "Sanchez", residence = "Louisiana", age = "29"},
    [152] = {first = "Emery", last = "Young", residence = "Iowa", age = "28"},
    [153] = {first = "Sawyer", last = "Allen", residence = "NorthDakota", age = "33"},
    [154] = {first = "Jordyn", last = "Fisher", residence = "NewYork", age = "26"},
    [155] = {first = "Ryder", last = "Gomez", residence = "Florida", age = "31"},
    [156] = {first = "Emerson", last = "Harris", residence = "Arizona", age = "29"},
    [157] = {first = "Elliot", last = "Williams", residence = "Montana", age = "32"},
    [158] = {first = "Harmony", last = "Rivera", residence = "NorthCarolina", age = "27"},
    [159] = {first = "Phoenix", last = "Sullivan", residence = "Colorado", age = "30"},
    [160] = {first = "Lennon", last = "Martinez", residence = "California", age = "28"},
    [161] = {first = "Kieran", last = "Lee", residence = "NewJersey", age = "33"},
    [162] = {first = "Cameron", last = "Clark", residence = "Missouri", age = "26"},
    [163] = {first = "Rowan", last = "Davis", residence = "Ohio", age = "31"},
    [164] = {first = "Skyler", last = "Morris", residence = "Illinois", age = "29"},
    [165] = {first = "Zion", last = "Perry", residence = "Florida", age = "32"},
    [166] = {first = "Sage", last = "Parker", residence = "Georgia", age = "27"},
    [167] = {first = "Marley", last = "Turner", residence = "Indiana", age = "30"},
    [168] = {first = "Archer", last = "Nelson", residence = "Kentucky", age = "28"},
    [169] = {first = "Lyric", last = "Smith", residence = "Louisiana", age = "33"},
    [170] = {first = "Elliott", last = "Allen", residence = "Maine", age = "26"},
    [171] = {first = "Olivia", last = "Roberts", residence = "Hawaii", age = "27"},
    [172] = {first = "Ethan", last = "Parker", residence = "Kentucky", age = "34"},
    [173] = {first = "Sophia", last = "Adams", residence = "Mississippi", age = "45"},
    [174] = {first = "Benjamin", last = "Taylor", residence = "Montana", age = "19"},
    [175] = {first = "Ava", last = "Wright", residence = "SouthDakota", age = "31"},
    [176] = {first = "Liam", last = "Davis", residence = "Arizona", age = "40"},
    [177] = {first = "Emma", last = "Wilson", residence = "Connecticut", age = "22"},
    [178] = {first = "Noah", last = "Martinez", residence = "WestVirginia", age = "29"},
    [179] = {first = "Isabella", last = "Anderson", residence = "Delaware", age = "36"},
    [180] = {first = "Alexander", last = "Nelson", residence = "Maryland", age = "50"},
    [181] = {first = "Mia", last = "Johnson", residence = "Iowa", age = "25"},
    [182] = {first = "Elijah", last = "Garcia", residence = "NewMexico", age = "33"},
    [183] = {first = "Sofia", last = "Clark", residence = "Vermont", age = "28"},
    [184] = {first = "William", last = "Brown", residence = "Minnesota", age = "42"},
    [185] = {first = "Charlotte", last = "Harris", residence = "Tennessee", age = "37"},
    [186] = {first = "James", last = "Turner", residence = "Wisconsin", age = "30"},
    [187] = {first = "Amelia", last = "Smith", residence = "NorthDakota", age = "23"},
    [188] = {first = "Liam", last = "Anderson", residence = "Texas", age = "26"},
    [189] = {first = "Olivia", last = "Walker", residence = "Virginia", age = "39"},
    [190] = {first = "Emma", last = "Roberts", residence = "Louisiana", age = "32"},
    [191] = {first = "Ethan", last = "Johnson", residence = "Alabama", age = "33"},
    [192] = {first = "Sophia", last = "Garcia", residence = "Alaska", age = "42"},
    [193] = {first = "Benjamin", last = "Lee", residence = "Arkansas", age = "19"},
    [194] = {first = "Ava", last = "Anderson", residence = "California", age = "30"},
    [195] = {first = "Liam", last = "Williams", residence = "Colorado", age = "40"},
    [196] = {first = "Emma", last = "Brown", residence = "Florida", age = "24"},
    [197] = {first = "Noah", last = "Davis", residence = "Georgia", age = "29"},
    [198] = {first = "Isabella", last = "Taylor", residence = "Idaho", age = "35"},
    [199] = {first = "Alexander", last = "Harris", residence = "Illinois", age = "47"},
    [200] = {first = "Mia", last = "Moore", residence = "Indiana", age = "26"},
    [201] = {first = "Elijah", last = "Clark", residence = "Kansas", age = "39"},
    [202] = {first = "Sofia", last = "Martinez", residence = "Iowa", age = "28"},
    [203] = {first = "William", last = "Turner", residence = "Kentucky", age = "41"},
    [204] = {first = "Charlotte", last = "Johnson", residence = "Louisiana", age = "31"},
    [205] = {first = "James", last = "Anderson", residence = "Maine", age = "27"},
    [206] = {first = "Amelia", last = "Walker", residence = "Maryland", age = "23"},
    [207] = {first = "Liam", last = "Smith", residence = "Massachusetts", age = "36"},
    [208] = {first = "Olivia", last = "Taylor", residence = "Michigan", age = "44"},
    [209] = {first = "Emma", last = "Parker", residence = "Minnesota", age = "32"},
    [210] = {first = "Noah", last = "Garcia", residence = "Mississippi", age = "25"},
    [211] = {first = "Sophia", last = "Moore", residence = "Missouri", age = "38"},
    [212] = {first = "Alexander", last = "Davis", residence = "Nebraska", age = "49"},
    [213] = {first = "Ava", last = "Brown", residence = "Nevada", age = "29"},
    [214] = {first = "Benjamin", last = "Johnson", residence = "NewHampshire", age = "21"},
    [215] = {first = "Ethan", last = "Martinez", residence = "NewJersey", age = "37"},
    [216] = {first = "Olivia", last = "Clark", residence = "NewMexico", age = "43"},
    [217] = {first = "Sophia", last = "Williams", residence = "NewYork", age = "28"},
    [218] = {first = "Liam", last = "Turner", residence = "NorthCarolina", age = "30"},
    [219] = {first = "Emma", last = "Walker", residence = "NorthDakota", age = "26"},
    [220] = {first = "Oliver", last = "Wilson", residence = "Ohio", age = "33"},
    [221] = {first = "Lily", last = "Morris", residence = "Georgia", age = "28"},
    [222] = {first = "Carter", last = "Smith", residence = "Florida", age = "32"},
    [223] = {first = "Grace", last = "Allen", residence = "NorthCarolina", age = "24"},
    [224] = {first = "Sophia", last = "Nguyen", residence = "Florida", age = "28"},
    [225] = {first = "Ella", last = "Foster", residence = "California", age = "29"},
    [226] = {first = "Aiden", last = "Gomez", residence = "NewYork", age = "27"},
    [227] = {first = "Scarlett", last = "Rivera", residence = "Arizona", age = "36"},
    [228] = {first = "Logan", last = "Wright", residence = "Montana", age = "33"},
    [229] = {first = "Aria", last = "Mitchell", residence = "Kansas", age = "23"},
    [230] = {first = "Gabriel", last = "Sanchez", residence = "Colorado", age = "30"},
    [231] = {first = "Madison", last = "Lopez", residence = "Alabama", age = "26"},
    [232] = {first = "Wyatt", last = "Turner", residence = "Louisiana", age = "35"},
    [233] = {first = "Luna", last = "Ward", residence = "Maryland", age = "38"},
    [234] = {first = "Owen", last = "Green", residence = "Minnesota", age = "31"},
    [235] = {first = "Avery", last = "Coleman", residence = "NorthDakota", age = "29"},
    [236] = {first = "Jack", last = "Jenkins", residence = "Michigan", age = "43"},
    [237] = {first = "Isabelle", last = "Russell", residence = "NewMexico", age = "22"},
    [238] = {first = "Luke", last = "Stewart", residence = "SouthDakota", age = "26"},
    [239] = {first = "Emily", last = "White", residence = "Wisconsin", age = "31"},
    [240] = {first = "Mason", last = "Robinson", residence = "Tennessee", age = "34"},
    [241] = {first = "Zoey", last = "Gonzalez", residence = "Delaware", age = "25"},
    [242] = {first = "Sebastian", last = "Lee", residence = "Iowa", age = "39"},
    [243] = {first = "Addison", last = "Cooper", residence = "Mississippi", age = "28"},
    [244] = {first = "Eli", last = "Hernandez", residence = "NewJersey", age = "30"},
    [245] = {first = "Natalie", last = "Phillips", residence = "Ohio", age = "37"},
    [246] = {first = "Grayson", last = "Reed", residence = "Indiana", age = "33"},
    [247] = {first = "Hannah", last = "Price", residence = "Maine", age = "24"},
    [248] = {first = "Caleb", last = "Simmons", residence = "Kentucky", age = "29"},
    [249] = {first = "Elizabeth", last = "Barnes", residence = "WestVirginia", age = "39"},
    [250] = {first = "Levi", last = "Ross", residence = "Alaska", age = "28"},
    [251] = {first = "Chloe", last = "Butler", residence = "Arkansas", age = "36"},
    [252] = {first = "Andrew", last = "Fisher", residence = "Connecticut", age = "31"},
    [253] = {first = "Eleanor", last = "Griffin", residence = "Hawaii", age = "30"},
    [254] = {first = "Lincoln", last = "Hart", residence = "Nebraska", age = "35"},
    [255] = {first = "Hazel", last = "Hawkins", residence = "Idaho", age = "27"},
    [256] = {first = "Ezra", last = "Washington", residence = "Missouri", age = "32"},
    [257] = {first = "Penelope", last = "Morgan", residence = "NewHampshire", age = "26"},
    [258] = {first = "Daniel", last = "Hughes", residence = "Illinois", age = "29"},
    [259] = {first = "Aubrey", last = "Diaz", residence = "Virginia", age = "33"},
    [260] = {first = "Mateo", last = "Bell", residence = "Nevada", age = "31"},
    [261] = {first = "Samantha", last = "Hayes", residence = "Wisconsin", age = "26"},
    [262] = {first = "Adrian", last = "Kim", residence = "Oregon", age = "38"},
    [263] = {first = "Zoe", last = "Harrison", residence = "NorthDakota", age = "30"},
    [264] = {first = "Nolan", last = "Peterson", residence = "Kansas", age = "29"},
    [265] = {first = "Ariana", last = "Gardner", residence = "Iowa", age = "24"},
    [266] = {first = "Dominic", last = "Cole", residence = "SouthCarolina", age = "31"},
    [267] = {first = "Riley", last = "Campbell", residence = "Oklahoma", age = "28"},
    [268] = {first = "Brooklyn", last = "Sullivan", residence = "RhodeIsland", age = "29"},
    [269] = {first = "Elias", last = "Perry", residence = "Louisiana", age = "37"},
    [270] = {first = "Layla", last = "Powell", residence = "Utah", age = "26"},
    [271] = {first = "Max", last = "Rossi", residence = "Vermont", age = "25"},
    [272] = {first = "Bella", last = "Gutierrez", residence = "Michigan", age = "28"},
    [273] = {first = "Adam", last = "Ward", residence = "Mississippi", age = "31"},
    [274] = {first = "Stella", last = "Chapman", residence = "Connecticut", age = "27"},
    [275] = {first = "Ian", last = "Medina", residence = "Arizona", age = "33"},
    [276] = {first = "Violet", last = "Meyer", residence = "Montana", age = "29"},
    [277] = {first = "Evan", last = "Woods", residence = "NewYork", age = "36"},
    [278] = {first = "Lucy", last = "Ferguson", residence = "California", age = "27"},
    [279] = {first = "Axel", last = "Porter", residence = "Alabama", age = "31"},
    [280] = {first = "Brianna", last = "Hunt", residence = "WestVirginia", age = "30"},
    [281] = {first = "Miles", last = "Lawrence", residence = "Kansas", age = "25"},
    [282] = {first = "Nora", last = "Shaw", residence = "Maine", age = "34"},
    [283] = {first = "Hudson", last = "Sims", residence = "Florida", age = "28"},
    [284] = {first = "Caroline", last = "Ortega", residence = "NorthCarolina", age = "26"},
    [285] = {first = "Micah", last = "Jennings", residence = "Nebraska", age = "29"},
    [286] = {first = "Savannah", last = "Ross", residence = "Nevada", age = "31"},
    [287] = {first = "Jace", last = "Wheeler", residence = "Louisiana", age = "27"},
    [288] = {first = "Aaliyah", last = "Holt", residence = "Utah", age = "32"},
    [289] = {first = "Blake", last = "Douglas", residence = "Vermont", age = "24"},
    [290] = {first = "Everly", last = "Barton", residence = "Michigan", age = "30"},
    [291] = {first = "Kai", last = "Yu", residence = "Mississippi", age = "25"},
    [292] = {first = "Genesis", last = "Morrison", residence = "Connecticut", age = "28"},
    [293] = {first = "Tristan", last = "Newton", residence = "Arizona", age = "35"},
    [294] = {first = "Valentina", last = "Francis", residence = "Montana", age = "31"},
    [295] = {first = "Maddox", last = "Sherman", residence = "NewYork", age = "29"},
    [296] = {first = "Isla", last = "Silva", residence = "California", age = "34"},
    [297] = {first = "Emmett", last = "Hanson", residence = "Alabama", age = "27"},
    [298] = {first = "Delilah", last = "Patterson", residence = "WestVirginia", age = "30"},
    [299] = {first = "Cole", last = "Banks", residence = "Kansas", age = "26"},
    [300] = {first = "Kate", last = "Fitzgerald", residence = "Maine", age = "31"},
}
 
Config.MaleNoGloves = { -- None gloves in men hand clothing (Change depending on your hand clothing numbers)
    [0] = true,
    [1] = true,
    [2] = true,
    [3] = true,
    [4] = true,
    [5] = true,
    [6] = true,
    [7] = true,
    [8] = true,
    [9] = true,
    [10] = true,
    [11] = true,
    [12] = true,
    [13] = true,
    [14] = true,
    [15] = true,
    [16] = true,
    [18] = true,
    [26] = true,
    [52] = true,
    [53] = true,
    [54] = true,
    [55] = true,
    [56] = true,
    [57] = true,
    [58] = true,
    [59] = true,
    [60] = true,
    [61] = true,
    [62] = true,
    [112] = true,
    [113] = true,
    [114] = true,
    [118] = true,
    [125] = true,
    [132] = true,
}
 
Config.FemaleNoGloves = { -- None gloves in women hand clothing (Change depending on your hand clothing numbers)
    [0] = true,
    [1] = true,
    [2] = true,
    [3] = true,
    [4] = true,
    [5] = true,
    [6] = true,
    [7] = true,
    [8] = true,
    [9] = true,
    [10] = true,
    [11] = true,
    [12] = true,
    [13] = true,
    [14] = true,
    [15] = true,
    [19] = true,
    [59] = true,
    [60] = true,
    [61] = true,
    [62] = true,
    [63] = true,
    [64] = true,
    [65] = true,
    [66] = true,
    [67] = true,
    [68] = true,
    [69] = true,
    [70] = true,
    [71] = true,
    [129] = true,
    [130] = true,
    [131] = true,
    [135] = true,
    [142] = true,
    [149] = true,
    [153] = true,
    [157] = true,
    [161] = true,
    [165] = true,
}
 
-------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------
-- |   |   |   |   |   |   |   |   |   |   |    DO NOT TOUCH ANYTHING UNDER THIS LINE  |   |   |   |   |   |   |   |   |   |   |    |
-------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------
 
Config.DoorStates = { -- Sync
    ["RockfordHills"] = {},
    ["Legion"] = {},
    ["Burton"] = {},
    ["Alta"] = {},
    ["GrandSenoraDesert"] = {},
    ["BanhamCanyon"] = {},
}
 
Config.DoorList = {
    ["RockfordHills"] = {
 
            -- Fleeca Reception
        {
            objYaw = 26.86,
            objCoords = vector3(-1215.54, -336.52, 37.86),
            objHash = 2024513357,
            locked = true,
        },
 
            -- Fleeca Vault Gate
        {
            objYaw = 206.86373901367,
            objCoords = vector3(-1206.01, -337.74, 38.08),
            objHash = -1591004109,
            locked = true,
        },
    },
 
    ["Legion"] = {
 
            -- Fleeca Reception
        {
            objYaw = 339.85,
            objCoords = vector3(143.68, -1042.57, 29.44),
            objHash = 2024513357,
            locked = true,
        },
 
            -- Fleeca Vault Gate
        {
            objYaw = 159.84617614746,
            objCoords = vector3(149.28, -1050.37, 29.66),
            objHash = -1591004109,
            locked = true,
        },
    },
 
    ["Burton"] = {
 
            -- Fleeca Reception
        {
            objYaw = 340.86,
            objCoords = vector3(-357.12, -51.86, 49.11),
            objHash = 2024513357,
            locked = true,
        },
 
            -- Fleeca Vault Gate
        {
            objYaw = 160.85981750488,
            objCoords = vector3(-353.08, -61.76, 47.97),
            objHash = -1591004109,
            locked = true,
        },
    },
 
    ["Alta"] = {
 
            -- Fleeca Reception
        {
            objYaw = 339.87,
            objCoords = vector3(308.01, -280.94, 54.24),
            objHash = 2024513357,
            locked = true,
        },
 
            -- Fleeca Vault Gate
        {
            objYaw = 159.86595153809,
            objCoords = vector3(313.62, -288.74, 54.46),
            objHash = -1591004109,
            locked = true,
        },
    },
 
    ["GrandSenoraDesert"] = {
 
            -- Fleeca Reception
        {
            objYaw = 180.0,
            objCoords = vector3(1180.24, 2710.68, 38.16),
            objHash = 2024513357,
            locked = true,
        },
 
            -- Fleeca Vault Gate
        {
            objYaw = 0.0,
            objCoords = vector3(1172.29, 2716.07, 38.38),
            objHash = -1591004109,
            locked = true,
        },
    },
 
    ["BanhamCanyon"] = {
 
            -- Fleeca Reception
        {
            objYaw = 87.85,
            objCoords = vector3(-2958.9, 477.62, 15.77),
            objHash = 2024513357,
            locked = true,
        },
 
            -- Fleeca Vault Gate
        {
            objYaw = 267.54205322266,
            objCoords = vector3(-2953.22, 485.36, 15.99),
            objHash = -1591004109,
            locked = true,
        },
    },
}
 
Config.Steps = {
    ["RockfordHills"] = {
        ["KeypadOne"] = false,
        ["Fingerprint"] = false,
        ["KeypadTwo"] = false,
        ["Board"] = false,
        ["Printer"] = false,
        ["Fusebox"] = false,
        ["ShelfOne"] = false,
        ["ShelfTwo"] = false,
        ["ShelfThree"] = false,
        ["SearchOne"] = false,
        ["SearchTwo"] = false,
        ["SearchThree"] = false,
        ["Vault"] = false,
        ["JailDoorKeypad"] = false,
        ["JailDoor"] = false,
        ["Trolly1"] = false,
        ["Trolly2"] = false,
        ["Trolly3"] = false,
        ["Trolly4"] = false,
    },
    ["Legion"] = {
        ["KeypadOne"] = false,
        ["Fingerprint"] = false,
        ["KeypadTwo"] = false,
        ["Board"] = false,
        ["Printer"] = false,
        ["Fusebox"] = false,
        ["ShelfOne"] = false,
        ["ShelfTwo"] = false,
        ["ShelfThree"] = false,
        ["SearchOne"] = false,
        ["SearchTwo"] = false,
        ["SearchThree"] = false,
        ["Vault"] = false,
        ["JailDoorKeypad"] = false,
        ["JailDoor"] = false,
        ["Trolly1"] = false,
        ["Trolly2"] = false,
        ["Trolly3"] = false,
        ["Trolly4"] = false,
    },
    ["Burton"] = {
        ["KeypadOne"] = false,
        ["Fingerprint"] = false,
        ["KeypadTwo"] = false,
        ["Board"] = false,
        ["Printer"] = false,
        ["Fusebox"] = false,
        ["ShelfOne"] = false,
        ["ShelfTwo"] = false,
        ["ShelfThree"] = false,
        ["SearchOne"] = false,
        ["SearchTwo"] = false,
        ["SearchThree"] = false,
        ["Vault"] = false,
        ["JailDoorKeypad"] = false,
        ["JailDoor"] = false,
        ["Trolly1"] = false,
        ["Trolly2"] = false,
        ["Trolly3"] = false,
        ["Trolly4"] = false,
    },
    ["Alta"] = {
        ["KeypadOne"] = false,
        ["Fingerprint"] = false,
        ["KeypadTwo"] = false,
        ["Board"] = false,
        ["Printer"] = false,
        ["Fusebox"] = false,
        ["ShelfOne"] = false,
        ["ShelfTwo"] = false,
        ["ShelfThree"] = false,
        ["SearchOne"] = false,
        ["SearchTwo"] = false,
        ["SearchThree"] = false,
        ["Vault"] = false,
        ["JailDoorKeypad"] = false,
        ["JailDoor"] = false,
        ["Trolly1"] = false,
        ["Trolly2"] = false,
        ["Trolly3"] = false,
        ["Trolly4"] = false,
    },
    ["GrandSenoraDesert"] = {
        ["KeypadOne"] = false,
        ["Fingerprint"] = false,
        ["KeypadTwo"] = false,
        ["Board"] = false,
        ["Printer"] = false,
        ["Fusebox"] = false,
        ["ShelfOne"] = false,
        ["ShelfTwo"] = false,
        ["ShelfThree"] = false,
        ["SearchOne"] = false,
        ["SearchTwo"] = false,
        ["SearchThree"] = false,
        ["Vault"] = false,
        ["JailDoorKeypad"] = false,
        ["JailDoor"] = false,
        ["Trolly1"] = false,
        ["Trolly2"] = false,
        ["Trolly3"] = false,
        ["Trolly4"] = false,
    },
    ["BanhamCanyon"] = {
        ["KeypadOne"] = false,
        ["Fingerprint"] = false,
        ["KeypadTwo"] = false,
        ["Board"] = false,
        ["Printer"] = false,
        ["Fusebox"] = false,
        ["ShelfOne"] = false,
        ["ShelfTwo"] = false,
        ["ShelfThree"] = false,
        ["SearchOne"] = false,
        ["SearchTwo"] = false,
        ["SearchThree"] = false,
        ["Vault"] = false,
        ["JailDoorKeypad"] = false,
        ["JailDoor"] = false,
        ["Trolly1"] = false,
        ["Trolly2"] = false,
        ["Trolly3"] = false,
        ["Trolly4"] = false,
    }
}
 
Config.ExtraSteps = {
    ["RockfordHills"] = {
        ["ExtraKeypadOne"] = false,
        ["ExtraFingerprint"] = false,
        ["ExtraKeypadTwo"] = false,
        ["ExtraBoard"] = false,
        ["ExtraPrinter"] = false,
        ["ExtraFusebox"] = false,
        ["ExtraShelfOne"] = false,
        ["ExtraShelfTwo"] = false,
        ["ExtraShelfThree"] = false,
        ["ExtraSearchOne"] = false,
        ["ExtraSearchTwo"] = false,
        ["ExtraSearchThree"] = false,
        ["ExtraVault"] = false,
        ["ExtraJailDoorKeypad"] = false,
        ["ExtraJailDoor"] = false,
        ["ExtraTrolly1"] = false,
        ["ExtraTrolly2"] = false,
        ["ExtraTrolly3"] = false,
        ["ExtraTrolly4"] = false,
    },
    ["Legion"] = {
        ["ExtraKeypadOne"] = false,
        ["ExtraFingerprint"] = false,
        ["ExtraKeypadTwo"] = false,
        ["ExtraBoard"] = false,
        ["ExtraPrinter"] = false,
        ["ExtraFusebox"] = false,
        ["ExtraShelfOne"] = false,
        ["ExtraShelfTwo"] = false,
        ["ExtraShelfThree"] = false,
        ["ExtraSearchOne"] = false,
        ["ExtraSearchTwo"] = false,
        ["ExtraSearchThree"] = false,
        ["ExtraVault"] = false,
        ["ExtraJailDoorKeypad"] = false,
        ["ExtraJailDoor"] = false,
        ["ExtraTrolly1"] = false,
        ["ExtraTrolly2"] = false,
        ["ExtraTrolly3"] = false,
        ["ExtraTrolly4"] = false,
    },
    ["Burton"] = {
        ["ExtraKeypadOne"] = false,
        ["ExtraFingerprint"] = false,
        ["ExtraKeypadTwo"] = false,
        ["ExtraBoard"] = false,
        ["ExtraPrinter"] = false,
        ["ExtraFusebox"] = false,
        ["ExtraShelfOne"] = false,
        ["ExtraShelfTwo"] = false,
        ["ExtraShelfThree"] = false,
        ["ExtraSearchOne"] = false,
        ["ExtraSearchTwo"] = false,
        ["ExtraSearchThree"] = false,
        ["ExtraVault"] = false,
        ["ExtraJailDoorKeypad"] = false,
        ["ExtraJailDoor"] = false,
        ["ExtraTrolly1"] = false,
        ["ExtraTrolly2"] = false,
        ["ExtraTrolly3"] = false,
        ["ExtraTrolly4"] = false,
    },
    ["Alta"] = {
        ["ExtraKeypadOne"] = false,
        ["ExtraFingerprint"] = false,
        ["ExtraKeypadTwo"] = false,
        ["ExtraBoard"] = false,
        ["ExtraPrinter"] = false,
        ["ExtraFusebox"] = false,
        ["ExtraShelfOne"] = false,
        ["ExtraShelfTwo"] = false,
        ["ExtraShelfThree"] = false,
        ["ExtraSearchOne"] = false,
        ["ExtraSearchTwo"] = false,
        ["ExtraSearchThree"] = false,
        ["ExtraVault"] = false,
        ["ExtraJailDoorKeypad"] = false,
        ["ExtraJailDoor"] = false,
        ["ExtraTrolly1"] = false,
        ["ExtraTrolly2"] = false,
        ["ExtraTrolly3"] = false,
        ["ExtraTrolly4"] = false,
    },
    ["GrandSenoraDesert"] = {
        ["ExtraKeypadOne"] = false,
        ["ExtraFingerprint"] = false,
        ["ExtraKeypadTwo"] = false,
        ["ExtraBoard"] = false,
        ["ExtraPrinter"] = false,
        ["ExtraFusebox"] = false,
        ["ExtraShelfOne"] = false,
        ["ExtraShelfTwo"] = false,
        ["ExtraShelfThree"] = false,
        ["ExtraSearchOne"] = false,
        ["ExtraSearchTwo"] = false,
        ["ExtraSearchThree"] = false,
        ["ExtraVault"] = false,
        ["ExtraJailDoorKeypad"] = false,
        ["ExtraJailDoor"] = false,
        ["ExtraTrolly1"] = false,
        ["ExtraTrolly2"] = false,
        ["ExtraTrolly3"] = false,
        ["ExtraTrolly4"] = false,
    },
    ["BanhamCanyon"] = {
        ["ExtraKeypadOne"] = false,
        ["ExtraFingerprint"] = false,
        ["ExtraKeypadTwo"] = false,
        ["ExtraBoard"] = false,
        ["ExtraPrinter"] = false,
        ["ExtraFusebox"] = false,
        ["ExtraShelfOne"] = false,
        ["ExtraShelfTwo"] = false,
        ["ExtraShelfThree"] = false,
        ["ExtraSearchOne"] = false,
        ["ExtraSearchTwo"] = false,
        ["ExtraSearchThree"] = false,
        ["ExtraVault"] = false,
        ["ExtraJailDoorKeypad"] = false,
        ["ExtraJailDoor"] = false,
        ["ExtraTrolly1"] = false,
        ["ExtraTrolly2"] = false,
        ["ExtraTrolly3"] = false,
        ["ExtraTrolly4"] = false,
    }
}
 
Config.Tasks = {
    ["RockfordHills"] = {
        ["KeypadOne"] = false,
        ["Fingerprint"] = false,
        ["KeypadTwo"] = false,
        ["Board"] = false,
        ["Printer"] = false,
        ["Fusebox"] = false,
        ["ShelfOne"] = false,
        ["ShelfTwo"] = false,
        ["ShelfThree"] = false,
        ["SearchOne"] = false,
        ["SearchTwo"] = false,
        ["SearchThree"] = false,
        ["Vault"] = false,
        ["JailDoorKeypad"] = false,
        ["JailDoor"] = false,
        ["Trolly1"] = false,
        ["Trolly2"] = false,
        ["Trolly3"] = false,
        ["Trolly4"] = false,
    },
    ["Legion"] = {
        ["KeypadOne"] = false,
        ["Fingerprint"] = false,
        ["KeypadTwo"] = false,
        ["Board"] = false,
        ["Printer"] = false,
        ["Fusebox"] = false,
        ["ShelfOne"] = false,
        ["ShelfTwo"] = false,
        ["ShelfThree"] = false,
        ["SearchOne"] = false,
        ["SearchTwo"] = false,
        ["SearchThree"] = false,
        ["Vault"] = false,
        ["JailDoorKeypad"] = false,
        ["JailDoor"] = false,
        ["Trolly1"] = false,
        ["Trolly2"] = false,
        ["Trolly3"] = false,
        ["Trolly4"] = false,
    },
    ["Burton"] = {
        ["KeypadOne"] = false,
        ["Fingerprint"] = false,
        ["KeypadTwo"] = false,
        ["Board"] = false,
        ["Printer"] = false,
        ["Fusebox"] = false,
        ["ShelfOne"] = false,
        ["ShelfTwo"] = false,
        ["ShelfThree"] = false,
        ["SearchOne"] = false,
        ["SearchTwo"] = false,
        ["SearchThree"] = false,
        ["Vault"] = false,
        ["JailDoorKeypad"] = false,
        ["JailDoor"] = false,
        ["Trolly1"] = false,
        ["Trolly2"] = false,
        ["Trolly3"] = false,
        ["Trolly4"] = false,
    },
    ["Alta"] = {
        ["KeypadOne"] = false,
        ["Fingerprint"] = false,
        ["KeypadTwo"] = false,
        ["Board"] = false,
        ["Printer"] = false,
        ["Fusebox"] = false,
        ["ShelfOne"] = false,
        ["ShelfTwo"] = false,
        ["ShelfThree"] = false,
        ["SearchOne"] = false,
        ["SearchTwo"] = false,
        ["SearchThree"] = false,
        ["Vault"] = false,
        ["JailDoorKeypad"] = false,
        ["JailDoor"] = false,
        ["Trolly1"] = false,
        ["Trolly2"] = false,
        ["Trolly3"] = false,
        ["Trolly4"] = false,
    },
    ["GrandSenoraDesert"] = {
        ["KeypadOne"] = false,
        ["Fingerprint"] = false,
        ["KeypadTwo"] = false,
        ["Board"] = false,
        ["Printer"] = false,
        ["Fusebox"] = false,
        ["ShelfOne"] = false,
        ["ShelfTwo"] = false,
        ["ShelfThree"] = false,
        ["SearchOne"] = false,
        ["SearchTwo"] = false,
        ["SearchThree"] = false,
        ["Vault"] = false,
        ["JailDoorKeypad"] = false,
        ["JailDoor"] = false,
        ["Trolly1"] = false,
        ["Trolly2"] = false,
        ["Trolly3"] = false,
        ["Trolly4"] = false,
    },
    ["BanhamCanyon"] = {
        ["KeypadOne"] = false,
        ["Fingerprint"] = false,
        ["KeypadTwo"] = false,
        ["Board"] = false,
        ["Printer"] = false,
        ["Fusebox"] = false,
        ["ShelfOne"] = false,
        ["ShelfTwo"] = false,
        ["ShelfThree"] = false,
        ["SearchOne"] = false,
        ["SearchTwo"] = false,
        ["SearchThree"] = false,
        ["Vault"] = false,
        ["JailDoorKeypad"] = false,
        ["JailDoor"] = false,
        ["Trolly1"] = false,
        ["Trolly2"] = false,
        ["Trolly3"] = false,
        ["Trolly4"] = false,
    }
}