sigonasr2 a55848d2d3
All checks were successful
Emscripten Build / Build_and_Deploy_Web_Build (push) Successful in 7m20s
Map preloading caching completely functional. Release Build 12651.
2026-02-20 15:08:05 -06:00

12 lines
763 B
Plaintext

To open the admin console, press F12 in-game. The admin console is turned on via the ADMIN_MODE variable located in AdventuresInLestoria.cpp
Required arguments are in <>. Optional arguments are in [].
Items with spaces must be surrounded in quotation marks "".
Valid Commands are:
/help - Shows this help file.
/give <Item Name> [Amount] - Gives an item of type <Item Name> into the player's inventory. Optionally adds [Amount] amount of items to the player's inventory.
/accessory <Accessory Name> [Enchant Name] - Gives an accessory of type <Accessory Name> into the player's inventory. Optionally adds an enchant of type [Enchant Name].
/mana <val> - Sets player's mana to val.
/generatecache - Generates the map cache for all maps. (Redo all existing maps)