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.2 See changelog
Released
Changelog 0.1.2 Pre-release
Migration to Codeberg.org
Go to the new repository
Script rework
- Reworked most of the script
-
Fixed dialog messages
- added 'header'
- renamed 'default_message' to 'footer'
- fixed return messages
- Fixed Formation and Returns on all dialog types, the module is actually usable now
-
Started working on Debug features for Developers
- Added logs and a debug bool
Wiki
-
Created the wiki
- Minor changes to the explanations to make reading easier
- Removed "Advanced" section until further notice
- Added images of the formed dialogs in the examples
Known Issues
- Removed `next` and `link` features. They are to reappear once fixed.
- `doubleChoice` cannot merge items with functions
- With version 0.1.2:
- Download