
I'm trying to combo a drop down ability with ChatSetAttr. Here is what I'm doing. I have the first Ability set as such: ?{Breach|Computer,%{Mr.Macro|computer_breach}|Engine, %{Mr.Macro|engine_breach}|Weapon,%{Mr.Macro|weapons_breach}|Structure,%{Mr.Macro|structure_breach}|Sensors,%{Mr.Macro|sensors_breach}|Communications,%{Mr.Macro|communications_breach}} This will allow me to choose what ability I want to kick off. I'm doing this for the same of not having multiple buttons for the various attributes I'm trying to change. An example of the ability that is being targeted is the following: !setattr --sel --mod --computer_breach|?{Add or Subtract Breach|0} It seems as though for some reason !setattr isn't seeing this coming from the other ability as a number. The error I'm getting is: Errors Attribute computer_breach is not number-valued for character USS Saturn. Attribute left unchanged. Any help is appreciated.