Hi, I'm noticing a bug in the 2E Revised sheet. I'm new to this, so it may be on my end put I thought it was worth a shot to write about it on the forum. When building macros, I'm trying to reference to pre-made roll buttons in the weapons tab. Everytime I'm referencing to %{} it always pulls back the info from the first line of weapons and not the others. However, when I'm referencing @{}, it pulls the right info... Same thing happens in the melee weapons tab. I've built this macro to test it. Character name needs to be changed... /em using first ranged weapon @{ glink |weaponname2} %{ glink |hit12} %{ glink |init2} /em using second ranged weapon @{ glink |repeating_weapons2_$0_weaponname2} %{ glink |repeating_weapons2_$0_hit12} %{ glink |repeating_weapons2_$0_init2} Thanks for the help !