I'm trying to make a macro for using a full attack action with the new targeting options, but it's giving me an odd error. I would like to make it so that the macro asks for multiple targets (one for each attack) and I've successfully made it accept one target, but only with the default target name. If I try using the three argument version then it generates this error: "TypeError: a is undefined". (That was generated using just this: "%{target|t1|AC}"). If I get rid of the "t1|" argument then it works fine though. Any ideas on how to fix this?