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

Character Sheet button that runs multi lined macro commands.

September 22 (10 years ago)
Here is what I am trying to do. I am trying to make a character sheet button run the following lines:

/em @{character_name} makes a melee attack!
!roll40k @{character_name},@{WeaponSkill},?{Total Modifiers|0}

I can figure out how to get it to do one or the other... but now how to do issue both commands. Seems like there should be away but I am just not familiar with the proper syntax.
September 22 (10 years ago)
Tom
Plus
Sheet Author
Use "\n" which should start a new line.
September 22 (10 years ago)
That did it, thank you!
September 22 (10 years ago)
Tom
Plus
Sheet Author
NP. Had to tackle the same problem with my sheet. :)