I noticed that /aa act ${variable} doesn't work. That is, typing this works: /aa act Entrap But this does not: /declare spellName string local Entrap /aa act ${spellName} This is because the /aa command doesn't parse its parameters. I couldn't see any reason that it shouldn't, so this can be fixed i...