
💼 Jobs
Adding More JOBS
You must ensure the job name you wish to use is in your
core/jobs.lua
to function correctlyTo add another job simply add your shop name as they
key
and the name of your job as thevalue
forname
to theJOBS
section inConfig.CoreSettings
Jobs = {
--this is the example weapon shop
['Example Weapon Shop'] = { name = 'example_weapon_job', },
--shop name 'Example Weapon Shop' as the key
--job name 'example' in core/jobs/lua as the value
},
Last updated