Hi There! For those Pathfinder GMs who don't seem to have saving throws handy for a random NPC, here's my take on a macro for their save to show up publicly in the game's chat window: ------------------------------begin code------------------------------ &{template:npc} {{showchar=[[1]]}} {{charname=(enemy NPC) ?{badGuyName|Generic Baddie}}} {{name=Saving Throw vs. ?{Save Type|Fortitude|Will|Reflex} (DC ?{SaveDC|0})}} {{type=save}} {{roll=[[1d20+?{netSaveBonus|0}]]}} {{descflag=1}} {{desc=?{badGuyName} attempts to make a save! Has net bonus total of ?{netSaveBonus}. }} {{shownotes=[[1]]}} {{notes=DC and net save bonuses are inputted when this macro is first invoked, as input pop ups}} -------------------------------end code------------------------------- As usual, make this as one line, not several. I am using the query popup windows to allow you to input the desired values and even the name of the NPC in question. If you find this useful in your campaign, please leave a positive comment. Thank you!