Bug Fixes

How to fix bugs in my script

All bugs that are found are patched in the next update.

If you find a bug, please join my discord and open a ticket!

Version 1.0.0

Version 1.0.1

Bug #1: Replace this code

on inventory click:
	if name of event-inventory is "{@Shop Name}":
		if {ShopOptions::CancelClick} is true:
			cancel event
		CustomShop_TestForAction(player, event-item, uncolored name of event-inventory, index of event-slot)

with this

on inventory click:
	if name of event-inventory is "{@Shop Name}":
		if {ShopOptions::CancelClick} is true:
			cancel event
		if event-inventory is not player's inventory:
			CustomShop_TestForAction(player, event-item, uncolored name of event-inventory, index of event-slot)

Version 1.0.2

Last updated