James F. said:
I'm a player and I'm pretty sure that I made all of the macros on my character. As for it being whispered to the GM the roll for initiative in the character sheet does so and works fine. I did what you mentioned before I made this topic with having the initiative from the character sheet as a macro but I wanted to know if I could fix the macro I created. I would like to know if it getting whispered to the GM could be changed but I'm not too concerned about that.
Normally, the only macros that you cannot edit are the ones created by the GM that are made available to the players. If this is the Pathfinder (tabbed) sheet, the initiative roll on the sheet is not whispered to the GM unless it's made from the NPC tab.
The default Initiative roll on the sheet is
&{template:pf_generic} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{name=Initiative}} {{check=[[ (1d20 + [[ @{init} ]][init] + [[ abs(0.01 * @{init}) ]][tie-breaker]) &{tracker} ]]}}
You can always make a new Initiative macro.
/em @{selected|character_name} is rolling Initiative!
&{template:pf_generic} {{character_name=@{selected|character_name}}} {{character_id=@{selected|character_id}}} {{name=Initiative}} {{check=[[ (1d20 + [[ @{selected|init} ]][init] + [[ abs(0.01 * @{selected|init}) ]][tie-breaker]) &{tracker} ]]}}