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

Pulling Queries For Display, Macro help needed

1592962095

Edited 1592962213
Rule Set: D&D 5e I have a custom weapon I have made that has a special ability, which is described below. What I am looking for is the macro to display the answer the user inputs. So it pops up asking for a "Push" or a "Pull" and I want whatever the player selects to show up bold right above the 80ft. portion of the image below. Ive gotten close, but is there anyway to make this happen? Also, if you have any ideas for a better/different layout in the chat log, let me know. Thanks Ability: Spacial Distortion Greatsword +1 On successful hit, Your sword gets charged with gravitational energy. As a bonus action, you may expend 1 charge to either push or pull any enemy within 80ft of you 20ft away or towards you. Each charge expended on an enemy does 1d4 holy damage. Sword stores 4 charges Macro: ?{Push or Pull|Push|Pull} @{Drak (Ben)|wtype}&{template:atkdmg} {{mod=20Ft.}} {{Push}} {{rname=Spacial Distortion}}  @{Drak (Ben)|rtype}20 Ft.]]}} {{attack=1}} {{range=80 ft range}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[1d4]]}} {{dmg1type=Holy}}
1592962395
GiGs
Pro
Sheet Author
API Scripter
Do you mean you wantt o insert the word Push or Pull before the words 80 foot range? You can do this like @{Drak (Ben)|wtype}&{template:atkdmg} {{mod=20Ft.}} {{Push}} {{rname=Spacial Distortion}}  @{Drak (Ben)|rtype}20 Ft.]]}} {{attack=1}} {{range=** ?{Push or Pull|Push|Pull}**  80 ft range}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[1d4]]}} {{dmg1type=Holy}} The asterisks there make it bold. I'm not sure about that {{Push}} near the start. Does that do anything?
DUDE! You saved my life!!! I didnt think someone would respond before my campaign tomorrow. Super stoked, thanks a ton!
1592971414
GiGs
Pro
Sheet Author
API Scripter
You're welcome! :)