As I build up my Pathfinder Bestiary in Roll20 I have been using the 'Character Sheet' method and including the basic Init, Perception and Save Token Action Buttons. This works great until I find another Macro that I would like to apply to each monster but I have to manually add it to each one (mainly because I like the layout of the result). Is there a way to create a macro for the table itself where I can select the token and still have the macro apply to the token? Here's my Save Macro: @{PC-whisper}
&{template:pf_generic} @{toggle_accessible_flag}
@{toggle_rounded_flag}{{color=@{rolltemplate_color}}}
{{header_image=@{header_image-pf_generic}}}
{{character_name=@{character_name}}} {{character_id=@{character_id}}} {{subtitle}} {{name=Saves}} {{Rolls a(n)
[[1d20+?{modifier|0}]] ?{Save Type|Fortitide|Reflex|Will} Save...}} It works great when it's attached to a Character Sheet but when it's run as a Table Macro I get an error. I realize that some of this is attached to the sheet but I thought if the Token was selected, that it would still draw from the sheet. This would save a LOT of time if I could get this to work since I wouldn't have to add it to each individual Monster. Any thoughts would be appreciated. :) Jim