Skip to content

Version v0.33.0

Compare
Choose a tag to compare
@Raytwo Raytwo released this 09 Oct 21:20
· 20 commits to master since this release
a34cd9d

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):

  1. reward_id (string): ID of the reward group to gift the player with.
  2. 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()