
πΌ Jobs
Adding more jobs to the resource is very simple via the
config.luafileYou must ensure the job name you wish to use is in your
core/jobs.luato function correctlyTo add another job simply add your pharmacy location name as they
keyand the name of your job as thevaluefornameto theJOBSsection inConfig.CoreSettings
Jobs = {
--this is the example pharmacy
['Example Pharmacy'] = { name = 'example', },
--bar name 'Example Pharmacy' as the key
--job name 'example' in core/jobs/lua as the value
},Last updated