Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

NPC perception/ passive perception macro

So i Found this awesome video with setting up npc's that has a bunch of cool macros.&nbsp; <a href="https://www.youtube.com/watch?v=rrbqdkGIa00&t=981s" rel="nofollow">https://www.youtube.com/watch?v=rrbqdkGIa00&t=981s</a> I was able to do everything i wanted except the perception/passive perception macro he has posted. instead of showing the passive perception like it does in the video it just gives me 2 perception rolls. its driving me crazy cause i cant figure it out. any help would be appreciated thanks. %{Selected|npc_perception} @{selected|wtype}&{template:npc} {{name=@{selected|npc_name}}} {{rname=Perception}} {{mod=@{selected|npc_perception}}} {{r1=[[1d20+@{selected|npc_perception}]]}} @{selected|rtype}+@{selected|npc_perception}]]}}
1487448738
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
If I remember 5e correctly, Your passive perception is just 10+your bonuses right? so replace the 1d20 in your macro with 10 and it should be what you want. You'll also want to get rid of everything from @{selected|rtype} on as there aren't any rolls with passive perception: %{selected|npc_Passive_Perception} @{selected|wtype}&{template:npc} {{name=@{selected|npc_name}}} {{rname=Perception}} {{mod=@{selected|npc_perception}}} {{r1=[[10+@{selected|npc_perception}]]}}
Rolls both Passive perception and Perception %{Selected|npc_perception} @{selected|wtype}&{template:npc} {{normal=1}} {{name=@{selected|npc_name}}} {{rname=Passive Perception}} {{mod=}} {{r1=[[@{selected|npc_perception}+10]]}}