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

Dumb Question...Sorry!

Hello - I am new to creating custom character sheets and have been learning lots on here. However I can't find anything about adding certain numbers on a character sheet together and having the total appear in another place. I am not sure for something so simple if I should learn to use the worker elements or if I should use the auto-calc feature, or if there is some better way to achieve this simple task. Thanks in advance for any help you can provide a n00b!!
1614764629

Edited 1614764640
Peter B.
Plus
Sheet Author
Norman M. said: Hello - I am new to creating custom character sheets and have been learning lots on here. However I can't find anything about adding certain numbers on a character sheet together and having the total appear in another place. I am not sure for something so simple if I should learn to use the worker elements or if I should use the auto-calc feature, or if there is some better way to achieve this simple task. Thanks in advance for any help you can provide a n00b!! You can read more here:&nbsp; <a href="https://wiki.roll20.net/Building_Character_Sheets#Sheet_Workers_Scripts" rel="nofollow">https://wiki.roll20.net/Building_Character_Sheets#Sheet_Workers_Scripts</a> There are basically two ways: Auto-calc fields Sheet workers The general consensus is to use sheetworkers as they work in the background. This means while the worker is calculating a new value the user can still browse around the sheet. Auto-calc work in the UI thread, meaning while it is calculating the new value the sheet is blocked for user interaction. If you have few auto-calc fields then it will be nearly impossible to notice as they calculate quickly. If you have a lot and especially if you have auto-calc fields that calculate based on other auto-calc fields, then it will start to be slow. For more about sheet workers and how they work, you should look into:&nbsp; <a href="https://wiki.roll20.net/Sheet_Worker_Scripts" rel="nofollow">https://wiki.roll20.net/Sheet_Worker_Scripts</a> I use this site for all my sheet worker needs :)
1614780132
Andreas J.
Forum Champion
Sheet Author
Translator
And you can read about why Auto-Calc isn't too great in many cases, on this page: <a href="https://wiki.roll20.net/Auto-Calc#Problems_with_using_Auto-Calc" rel="nofollow">https://wiki.roll20.net/Auto-Calc#Problems_with_using_Auto-Calc</a>
Thank you both! I read the three recommended pages and my brain hurts, nitnI understand much better where to start at least. I appreciate your time and responses.
1614798185
Andreas J.
Forum Champion
Sheet Author
Translator
I've spent tons of time to write and update the documentation so there is less reason to repeatedly say mostly the same things in these kind of threads. :) Others here are more focused on directly helping/answering people's questions.