I've done a small macro for my upcoming Eclipse Phase game for pool recharge rolls, and its working but there's a minor oddity about the output I can't figure out why its doing. First the macro (its not big):
[h: BaseRecharge = 1D6] [input ("RechargeBonus")] [h: RechargeTotal = BaseRecharge + RechargeBonus] [h:MacroName = getMacroName()] [Macroname] is Die Roll [BaseRecharge] + Bonus [RechargeBonus] = [RechargeTotal]
It works fine, but when I run it I'm getting a "1" before the output for no obvious reason (there's no 1 before the Macro name). For example:
GM: 1 Recharge is Die Roll 3 + Bonus 0 = 3
Anyone able to enlighten me where the 1 is coming from?