View Single Post
03/16/19, 09:23 PM   #1
MaralieRindu
Join Date: Jul 2015
Posts: 7
Messages for crafting stations?

In "Mass Deconstructor" I'm using EVENT_CRAFTING_STATION_INTERACT to determine when to add buttons to the toolbar for mass deconstruction or mass refining (using KEYBIND_STRIP:AddKeybindButtonGroup).

It seems that there is a time lag between beginning of interaction with the crafting station and the ability to actually interact with the crafting station. Is there a new message I need to be looking for since Murkmire/Wrathstone?

If I add a time delay into the message handler before adding the buttons, the buttons are added just fine.
  Reply With Quote