
I use the folowing code to whisper a roll to me (gm)
/w gm [[1d20+?{selected|0}&{tracker}]] initiative
When I click on Test Macro It works like I want it to, however
when I use it shows this to the players:
/w gm 4 initiative
It shows the /w gm It doesn't whisper it to me.
I fixed it by making 2 macro's
one macro calling the other macro before /w gm
#GM-init
/w gm #GM-init-roll
like that.
/w gm [[1d20+?{selected|0}&{tracker}]] initiative
When I click on Test Macro It works like I want it to, however
when I use it shows this to the players:
/w gm 4 initiative
It shows the /w gm It doesn't whisper it to me.
I fixed it by making 2 macro's
one macro calling the other macro before /w gm
#GM-init
/w gm #GM-init-roll
like that.