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

Script request: Adding several requested variables

Hello!  I'm attempting to create a macro for my PCs to sell items based on a base value (such as 15gp) and then add their charisma modifier . It would ask for the base value, then ask for the charisma modifier, then give a total gp value. Any suggestions? Thanks!
Dont really need a script for this. Would just be a simple [[15gp+@{selected|Charisma_mod}]] or something along the lines. Where Charisma_mod is the name of the variable. If you want it to ask for gold [[?{Base Value "gp"|0}+@{selected|Charisma_mod}]] Or everything [[?{Base Value "gp"|0}+?{Charisma_mod|0}]]