Page cover

💼 Jobs

  • You must ensure the job name you wish to use is in your core/jobs.lua to function correctly

  • To add another job simply add your shop name as they key and the name of your job as the value for name to the JOBS section in Config.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