I'm trying to make a trap where a chest is a mimic and it moved the original chest to gmlayer and moves mimic to token layer. These are my macros: Activate-Trap !token-mod --set layer|gmlayer --ids @{selected|token_id}
!token-mod --set layer|objects --ids -LDig2vl28jJgoIHrHYi Disable-Trap !token-mod --set layer|objects --ids @{selected|token_id}
!token-mod --set layer|gmlayer --ids -LDig2vl28jJgoIHrHYi It doesn't seem to be working properly and I don't know what I am doing wrong. Here's a common scenario I went through while testing: Mimic hidden in gmlayer, Chest visible in objects layer. Select Chest and click " Activate-Trap " token action button. Mimic is moved to objects layer from gmlayer but Chest isn't moved from objects layer. Mimic and Chest are both on objects layer - select Chest and click token action " Disable-Trap " " Disable-Trap " moves both Chest and Mimic to gmlayer. Clicking " Actvate-Trap " at this point moves both Chest and Mimic to objects layer and clicking " Disable-Trap " moves both to gmlayer I'm at a loss I don't know why this is working the way it is if anyone can help me I would greatly appreciate it.