Soul Tear on 29/1/2025 at 18:02
Is there a way to make a button in the inventory work strictly in a specific trigger box or room? Use in any other place should not have any effect. It's something like a magic skill.
R Soul on 29/1/2025 at 19:04
Link the button to a RevertTrap, link the RevertTrap to a RequireAllTrap. Then link the Room to the RequireAllTrap too. All links are ControlDevice
Set the Script > Timing property on the RevertTrap to a low number.
The reason for the RevertTrap is that RequireAllTraps keep track of which objects have sent a TurnOn message, so the RevertTrap has the effect of making the button's message expire.