Alright, I have a problem here. I have tried for two hours now with no success. I am trying to make a macro, where it will call a macro in depending on a conditional input. It is difficult to explain with words, but those familiar with the system should understand if I post what macro I have thus far. %{Name|Thrust?{Augment|0}} That is what I have thus far. But it just refuses to work. It is supposed to work on the basis that it calls up an ability depending on which number is input. It would call up "Thrust0" if 0 was inputted, and "Thrust1" if 1 was inputted. But it refuses to work.