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

Mongoose Traveller 2nd Edition Char Sheet Sorce code request

A friend of mine and myself are trying to make some specialized macros for our game, but because of fields lacking macro points or what ever they are called. or at least highlights, we can't make them work. For instance: We don't know how to make a macro able to target Athletics Dexterity or Athletics Strength, Let alone Athletics DM, Athletics Skillevel and Athletics Misc. Modifier. We need to be able to target those points for our specialized macros, but since they don't show up in the "Attributes & Abilities" tab or shows up right for the quick roll feature when activated within the character sheet, we can't make the macros we really want to make. It would help if we could look at the "code" behind the character sheet so we know what field to target in our Macros. I know only this: Authors: Fabian D., Martin P. Which isn't much to go on for me, as i don't even know how to start this search.
1648330526
Kraynic
Pro
Sheet Author
Right click on the field and select inspect.  That should give you an attribute.  If those are in a repeating section, then it is a bit more complex, but you should be able to get what you need through inspect either way.
1648348280

Edited 1648348526
GiGs
Pro
Sheet Author
API Scripter
If you go to github.com/roll20/roll20-character-sheets (I think thats the address), you'll be able to find your sheet and look through the native code.
1648366332
Andreas J.
Forum Champion
Sheet Author
Translator
Sheet sourcecode: <a href="https://github.com/Roll20/roll20-character-sheets/blob/master/Mongoose_Traveller2e/MongooseTraveller.html" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/blob/master/Mongoose_Traveller2e/MongooseTraveller.html</a> Example of Kraynic's method:
THANKS A TON PEOPLE! This was insanely helpful! What a weird way to make the macros, but damn, it works fine now, and i got the attributes for the macro i wanted to target! Now i can FINALLY make a mega macro ;)