Hey, I used MetaMacros'  !compile sourceMacro targetMacro to build an interpreter that updates and then calls custom character-specific macros. (practically speaking, I'm using this to let a player use another macro to choose a weapon to equip and then any time they use the attack macro it automatically compiles the relevant information for the equipped weapon slot, so that turns run much smoother once combat begins) Anyways, I got it all working perfectly--and then at our session the other night I realized that the  !compile command was only working when I (the GM) was the one who used the abilities.  Does anyone know any solutions using other API, or is there an easy way for me to tweak the script so that it works when players call the commands? Thanks!