How can I get a trigger/relay/broadcast/wrier form a crafting table (and remove the item)

also btw i have tred useing an iventory manager tha when the item # chages it chages a property and a property manager that then trigers a butten to display on the players screen that when clicked starts the damage multyplayer + clears the item + removes the button. when trying this the button never displays. i suspect the iventory manager never dose anything.

use a an inventory item manager, checker

Item crafted “Take it all”

Overlay
Deactivate overlay when receiving on “Take it all”

Damager

Start damager when receiving on "Take it all

Checker
Check when receiving on “Take it all”
If [item] is more than [0] broadcast message “Take the item away”

Item inventory manager

This item manages [item]
Clear item from inventory when receiving on “Take the item away”

1 Like