
💼 Jobs
Adding More 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 shop name as they
keyand the name of your job as thevaluefornameto theJOBSsection inConfig.CoreSettings
Jobs = {
--this is the example bar
['Example Shop'] = { name = 'example', },
--bar name 'Example Shop' as the key
--job name 'example' in core/jobs/lua as the value
},The ShopName MUST match throughout the config file for the script to function correctly and allow that specific job society to access its features
Whatever you set as your ShopName must be the exact same throughout the rest of the config file. If you are ever in doubt or come across issues result back to a default name
for example 'widow' instead of 'White Widow'
Last updated