Adding a New Corner
Adding a New Corner
Prerequisites
1. Open the Configuration File
rm_illegalcorners/cfg.lua2. Understand the Configuration Tables
Items Table
cfg.items = {
['bandage'] = {
label = 'Bandage',
unitPrice = { 1, 10 }, -- A random price between 1 and 10 will be selected.
qty = { 1, 15 }, -- A random quantity between 1 and 15 will be selected.
-- image = 'bandage.png', -- Defaults to 'itemname.png' if no image is provided.
},
}Corners Table
3. Add Your New Corner
Example: Sphere Zone
Example: Box Zone
Example: Polygon Zone
4. Save and Restart
5. Test Your New Corner
6. Troubleshooting
Conclusion
Last updated