Hello i am back again with another question. i have a weapon that can switch attachments and deal different types of damage. The weapon has a kunai, a weight, and a hook. Because the hook doesn't do damage it will not be included in the macro as the macro is to use the weapon portions. so far i have the following. &{template:DnD35StdRoll} {{pcflag=true}} {{name=Cyra}}
{{subtags=attacks with the tetsugen}} {{attack=?{which attachment|kunai,Kunai [[1d20+@{bab}+@{dex-mod}+@{weapon2enh}+?{other
bonuses|0} |weight,Weight [[1d20+@{bab}+@{dex-mod}+@{weapon2enh}+?{other
bonuses|0}]]}} every time i try to test the macro the attack query seems to be finishing with the end of the first other bonuses query, and the problem repeats to the next query and breaks the macro. i am not sure how to use html entities and i think that is my only chance of making it work. can someone tell me where i am going wrong?