# Config File

## Global Config

```lua
Config = {
    AmbulanceJob = "ambulance",
    AutoDeleteOrder = true -- automatically delete the order after it has been accepted
}
```

## Translation

```lua
Translation = {
    AmbulanceNotification = "A new emergency call has arrived. To view it press the F10 button."
}
```

## Dangerous Areas

```lua
DangAreas = {
	{ ['x'] = 347.024170, ['y'] = -1921.872558, ['z'] = 24.696656}
}

DangAreas.Radius = 50
```
