Change Dosage Options

If you're looking to be able to change the dosage options in the menus when giving out prescriptions, do the following steps.

  1. Navigate to envi-prescriptions/client/client_open.lua

  2. Find the following line of code

    1. { label = Config.Lang['prescribed_doses'],                                   icon = 'arrows-left-right',                         values = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 }, description = Config.Lang['select_dose'] },
  3. The table of numbers represents the dosages. You can modify this as you need.

Last updated