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

New Shaped Character sheet 5e

Just a quick question about feats? Is there any options to select feats? Or do you have to manually input them under features?
You have to manually add them under features and traits. There is only one feat in the SRD so even if drag and drop was possible, you would still need to add them manually.
Ok, i'm working on that now. What is the general script for making headers / header text, etc. Say for example I wanted to make an action for me to roll some gaming dice. How would I have it roll a d20, and have a header with "Bone Dice". Would also like to know how to bold text. Any ideas?
1480240207

Edited 1480240500
Kryx
Pro
Sheet Author
API Scripter
The Documentation has all the information you'll need regarding the Shaped Sheet's roll template. You could also look at&nbsp; <a href="https://wiki.roll20.net/Text_Chat" rel="nofollow">https://wiki.roll20.net/Text_Chat</a> for roll20's documentation on the chat.
Jeff M. said: Would also like to know how to bold text. Check out: Basic Formatting
1480259748

Edited 1480259994
Jeff, here is the script for my fighter's Sentinel feat. Maybe that will help you get started. Note that I added this as an attack but keep everything unchecked except the Extras and add this in the freeform. In the freeform, it is calling my fighter's main weapon attack. He hardly uses anything else. %{Lander Calben|repeating_attack_-KIykXY7epcLiaZp3t3S_attack} {{title=Sentinel Feat}} {{emote=takes advantage of his enemy's guard with Cullstriker the Relentless}} {{text_center=reaction attack}} {{text=can take this action if an ally is **attacked** by an enemy within 5 ft of him and does not have this feat or if an enemy **disengages** and leaves his melee reach}} {{text_big=any successful opportunity attack will reduce the enemy's speed to [[ 0 ]] for the rest of its turn}} And here is the output. Which feat are you trying to set up?
Perfect man. Thanks a lot. I'll use this as a template.
1480264680

Edited 1480264694
Jeff M. said: Perfect man. Thanks a lot. I'll use this as a template. Sure. Let me know if you get stuck but Vanakoji's documentation is your most valuable resource for doing this. H
Ok, i'm struggling with something else. I have added a crossbow to my attacks, and crossbow bolts to my ammo. Is there any way to have my ammo, auto subtract when I fire my crossbow?
Jeff M. said: Ok, i'm struggling with something else. I have added a crossbow to my attacks, and crossbow bolts to my ammo. Is there any way to have my ammo, auto subtract when I fire my crossbow? Not without PRO subscription and API companion script. I would search the API forum for Shaped Sheet Companion script if you want to use it. Your DM can add it if he has a PRO subscription. H
1480295448

Edited 1480295514
Vanakoji
KS Backer
The format listed in the documentation for calling a skill macro is %{NAME|repeating_skill_ID_skill} So you want %{Kroann Blackfist|repeating_skill_KX9Cz1NDARxvuCEAar1_skill} Then in the freeform section of extra, hit enter to make sure its on a new line (improtant that calls to other macros are on a new line) and enter the check as above, if the ID is right then that should work