This mod adds a simple way to create a menu toggled with the
- Boolean settings (can only be 0 or 1), says ON/OFF by default, but can be changed
- Multi-value settings (their value starts from 0 and can end at any value you want), each value can have a different name
- Sliders, same as Multi-value settings, but they display the value with a slider instead of a string
- Function settings, they don't have a value and instead call a function
- Pages settings allows to change the page of the menu and its name
info for how to edit it for yourself are in the Lua itself, if some parts are confusing/don't work tell me and I'll try to help!
showmenu
command (the name can be changed too), the menu can have:- Boolean settings (can only be 0 or 1), says ON/OFF by default, but can be changed
- Multi-value settings (their value starts from 0 and can end at any value you want), each value can have a different name
- Sliders, same as Multi-value settings, but they display the value with a slider instead of a string
- Function settings, they don't have a value and instead call a function
- Pages settings allows to change the page of the menu and its name
info for how to edit it for yourself are in the Lua itself, if some parts are confusing/don't work tell me and I'll try to help!