Hello, I've followed Taking20's advice and started creating monster manual entries using the SRD5 sheet, which works great. I'm having some trouble, though, getting a macros to work right. I want it to whisper BOTH the rolled Perception for the NPC and the Passive Perception. The calculations seem to work fine, but it will only whisper the rolled Perception. This is what I have: /w gm %{Selected|npc_perception} @{selected|wtype}&{template:npc} {{normal=1}} /w gm {{name=@{selected|npc_name}}} {{rname=Passive Perception}} {{mod=}} {{r1=[[@{selected|npc_perception}+10]]}} I don't do programming, but it looked like the spot where I placed the second "/w gm" was the right place for it, but it doesn't work. I'm not sure where I should be putting it.