ScriptHook: UI

From Nomad DB
(Redirected from WD2 ScriptHook: UI)

ScriptHook aims to implement menu & UI functionality into the game. Menus and UI can be created and modified using Lua. Currently, this functionality is very limited, but we will extend it in the future.

Simple Menu

SimpleMenu from Trainer

Our primary focus for the initial release was to provide a Trainer menu as a feature for players and as a starting point for developers. The Trainer utilizes all SimpleMenu functions that are available. The name comes from its (currently) limited functionality and aims to provide very basic, but useful menu functionality.

Read more about SimpleMenu.




Simple Text Input

SimpleTextInput Example

A very simple and convenient way to challenge text input from users is the *SimpleTextInput* feature. This dialog allows users to enter text, which can be handled in Lua. The title and help text are customizable.

Read more about SimpleTextInput.




Related Pages