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

Pathfinder Sheet attack macro as token ability

Hey guys, Why can I not place this macro: @{PC-whisper} &{template:pf_attack} @{toggle_attack_accessible} @{toggle_rounded_flag} {{color=@{rolltemplate_color}}} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{subtitle}} {{name=@{name}}} {{attack=[[ 1d20cs>[[ @{crit-target} ]] + @{attack_macro} ]] vs [[@{target|AC}]] AC}} {{Against @{target|token_name}}} {{damage=[[@{damage-dice-num}d@{damage-die} + @{damage_macro}]]}} {{crit_confirm=[[ 1d20 + @{attack_macro} + [[ @{crit_conf_mod} ]] ]]}} {{crit_damage=[[ [[ @{damage-dice-num} * (@{crit-multiplier} - 1) ]]d@{damage-die} + ((@{damage_macro}) * [[ @{crit-multiplier} - 1 ]]) ]]}} {{type=@{type}}} {{weapon_notes=@{notes}}} @{iterative_attacks} @{macro_options} {{precision_dmg1=@{precision_dmg_macro}}} {{precision_dmg1_type=@{precision_dmg_type}}} {{precision_dmg2=@{global_precision_dmg_macro}}} {{precision_dmg2_type=@{global_precision_dmg_type}}} {{critical_dmg1=@{critical_dmg_macro}}} {{critical_dmg1_type=@{critical_dmg_type}}} {{critical_dmg2=@{global_critical_dmg_macro}}} {{critical_dmg2_type=@{global_critical_dmg_type}}} as a token ability on the ABILITIES sheet?? Is there a way to make this work?? My players have to have their character sheets open or have to go find the button to click on, whereas if it were a token action then they have it on screen without having to go look for it.  Anyone know how to do this?
1488237677

Edited 1488237722
That looks like the output of a  Sheet Roll Button . Sheet Roll Buttons each have a corresponding Ability call , which calls that Sheet Roll Button when used within a macro. For example, the Ability call corresponding to a Sheet Roll Button within a repeating section will typically look something like %{Omegaman|repeating_attacks_-KdSgCSjUIoZ2af7y4tr_attack_roll} The Sheet Rolls section of the Wiki lists the steps required to acquire the Ability call corresponding to that sheet roll button. I recommend carefully reading through the  Sheet Rolls section of the Wiki . After you've learned how to acquire the Ability call corresponding to the sheet roll button you desire, do so, and then placing that Ability call within an Ability of your own creation. Then, you can toggle that Ability to become a Token Action.
Worked like a charm.  Turns out there's a lot more wiki than I thought.
Glad to hear it!