
I'm trying to add DoorKnocker to my macromule, but I'm having some trouble. I want a button that !Spawns the token to the current token, and then asks me what to do: open the door, close it, or search for doors nearby. In my main menu, I've got this [**Door Knocker**](~MacroMule|Door-Knocker) That leads to this, which currently doesn't work. #(!Spawn --name|DoorknockerUI --layer|gm) ?{What do you need?|Open Unlocked,(~DoorKnockerUI|Open-Unlocked-Doors) |Open,#(!knock --key|open) |Close,#(!knock --key|close) |Search,#(!knock --search)) } It doesn't move the token prior to the query, and the query doesn't look right either. I'm sure it's a matter of me not understanding what brackets to use and where or something silly like that.