
Hello, I am using Door Knocker and Powercards to create a new macro so my rogue characters can have more direct involvement with the VTT map. Basically the goal is to allow a rogue type character to approach a locked door, make their open lock roll, and if it succeeds the macro/powercard triggers Door Knocker to open the door. This is how I have written it up in Powercards: !power {{ --name|@{selected|token_name} Open Locks --leftsub|Rogue Skill --rightsub|Dexterity + Level --Roll: | [[ [$Open] 1d20 + @{selected|DexterityMod} + @{selected|Level} ]] --?? $Open >=12 ?? api_knock| _push|open }} I am playing Castles & Crusades so the default success roll is 12+. When I use this macro the Door Knocker (!knock) API does not activate. Anyhelp woudl be apprecaited. I hope to use this as a the basis for other rogue skills, such as find traps, remove traps, and even searching for secret doors.