I'm trying to make a macro fail silently. If no token is selected, or if a token is selected that doesn't have a journal, I want the macro button to do nothing. If a journaled character is selected, it should work. the noerror roll option doesn't seem to work. Here is my macro. This is using 5E OGL. It's an Init macro. [code] &{template:simple} {{rname=^{init-u}}} {{mod=@{selected|initiative_bonus}}} {{r1=[[@{selected|initiative_style}+@{selected|initiative_bonus}@{selected|pbd_safe}[INIT] &{noerror} &{tracker}]]}} {{normal=1}} @{selected|charname_output} [/code] Works great for PCs with journal entries and NPCs too. But a token without a journal entry spits out the following in chat. Any way to just make that not happen?