# HOW TO DO

## 1. HOW DO I ADD EXTERNAL JOBS?: ...

1. Open Buty-InfiniteJobs and go to the folder `JOBS`
2. Create a file with the name of the job you want to add, for example police.
3. Inside that  `.lua` add this inside changing what I explain below:

```
return {
    JobInfo = {
        Name = "police",  -- label job
        JobID = {"police", 0}, --the name of your job
        info = "become a police officer!", -- desc job
    },
}
```

4. Finally, save the file and restart your script, and you would have your work added!

>
