About This File
A simple Lua module/library/table that can be loaded into your script to assist the making of selection dialogs (menus)
Features include:
- The ability to easily control the formation of your menu, as well as creating them in the first place
- The ability to create complex flows of menus with ease, as well as linking the titles and their functions together
- Having your menu and its flow all in one place, making your script more organised than ever
MORE INFORMATION IN THE CODEBERG REPO: https://codeberg.org/Scherr/FORMENU/releases/tag/0.1.2 (Includes usage examples and showcases, check the Wiki!)
Edited by SCHERR
migration to codeberg link update
What's New in Version 0.1.3 See changelog
Released
TO GET STARTED, REFER TO THE [WIKI](https://codeberg.org/Scherr/FORMENU/wiki/Usage-of-Formenu)
Changelog 0.1.3
Consider this a fix release, the parameters were brought back to life.
Proper implementation of `next` and `link`
**Parameter `next`**: Used as a shortcut to create inner dialogs. Useful for creating complex menus with multiple levels.
**Parameter `link`**: Used to create a shortcut to another existing button, either inside or outside the scope.
Wiki
- Updated the [wiki](https://codeberg.org/Scherr/FORMENU/wiki/Usage-of-Formenu) with usage examples of `next` and `link` in the new `Advanced` section
Known Issues
- `doubleChoice` still cannot merge items with functions