Version v0.33.0
Bugfix(es)
- Ignore
.lua
files that are outside of a mod's root directory.
New feature(s)
Added support for new Lua commands:
ItemGift
Opens a window listing all the items received as part of a reward
Argument(s):
- reward_id (
string
): ID of the reward group to gift the player with. - message_id (
string
): MSBT label of the message to display in the window
Example:
-- Gift the rewards for wave 3 of the Season Pass.
ItemGift("Patch3特典", "")
MenuItemShopShow / MenuWeaponShopShow / MenuRefineShopShow
Opens the respective shop menu
Example:
-- Open the item shop menu
MenuItemShopShow()