Ambulance Stretcher Script
Last updated
Last updated
Config.KeyBinds = {
TakeStretcher = Config.Buttons["E"],
DropStretcher_UP = Config.Buttons["E"],
DropStretcher_DOWN = Config.Buttons["E"],
StretcherMenu = Config.Buttons["HOME"],
LayDown = Config.Buttons["F"],
GetUp = Config.Buttons["F"],
StretcherInVehicle = Config.Buttons["E"],
StretcherOutVehicle = Config.Buttons["E"],
}
Config.Language = {
TakeStretcher = "Grab the stretcher",
DropStretcher_DOWN = "Lower the stretcher safely",
DropStretcher_UP = "Raise the stretcher safely",
StretcherMenu = "Open stretcher controls",
LayDown = "Lay on the stretcher",
GetUp = "Step away from the stretcher",
StretcherInVehicle = "Place the stretcher inside the ambulance",
StretcherOutVehicle = "Pull the stretcher out of the ambulance",
}
Config.SheetColors = {
{ label = "Default (vehicle paint)", value = "default" },
{ label = "Pure White", value = "rgb(255,255,255)" },
{ label = "Carbon Black", value = "rgb(24,24,24)" },
{ label = "Fire Red", value = "rgb(204,40,40)" },
{ label = "Sapphire Blue", value = "rgb(38,118,255)" },
{ label = "Sunrise Yellow", value = "rgb(255,195,65)" },
{ label = "Steel Gray", value = "rgb(108,117,125)" },
}