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.
Navigate to
envi-prescriptions/client/client_open.lua
Find the following line of code
{ 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'] },
The table of numbers represents the dosages. You can modify this as you need.
Last updated