I am making a macro where I am building a URL based on the contents of a number of attributes. I am able to get the contents of the global_damage_mod_roll attribute without and insert it into the URL. It provides all the global damage modifiers separated by plus sign. Exactly what I need. However, when I try to do the same with global_attack_mod, it displays it as a roll and the value that it places into the URL (as seem by the URL server) is something like $[[0]]. Is there a way that I can get the contents of global_attack_mod in a similar format as global_damage_mod_roll (e.g. Bless[1D4])?