ScriptHook: UI

From Nomad DB
Revision as of 21:23, 16 April 2020 by Jan (talk | contribs)

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.

Related Pages