v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
Normal
0
false
false
false
false
EN-US
X-NONE
X-NONE
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin-top:0in;
mso-para-margin-right:0in;
mso-para-margin-bottom:8.0pt;
mso-para-margin-left:0in;
line-height:107%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri",sans-serif;
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;}
I'm using a macro to secretly roll my player characters' Perception. I'm
hoping there is a cleaner output I could use, like a line feed character
instead of having each line output on it's own (To GM) output.
My macro:
/w GM ~~~~~~~~~~~~~~~~~~~~
/w GM **Perception**
/w GM Epren [[1d20+0]]
/w GM Est [[1d20+5]]
/w GM Homer [[1d20+8]]
/w GM Harry [[1d20+0]] Jermaine [[1d20+5]]
/w GM Sibi [[1d20+7]] Cuddles [[1d20+0]]
/w GM (+2 vs giants, goblinoids, and underground)
/w GM (+4 vs undead)
/w GM ~~~~~~~~~~~~~~~~~~~~
The output as expected:
Would like a cleaner output, similar to this but even this is hard to
quickly surmise the data:
Thanks.