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

Gamma World 1e sheet

Gamma World 1 e sheet Initiative button does not work wondering if the author can be notified for fix.
1635136163
vÍnce
Pro
Sheet Author
MattBx8 is the listed sheet author. I would try a friendly PM.  Cheers
thanks, i did just that 
Well the author has replied and was very helpful unfortunately he informed me he does not have the time to fix. Since it's all open source on the Roll20 Character Sheet GitHub, anyone can make the changes and get them approved, not just me since I don't know how. So I do have the authors fix but have no idea how to go about applying it. Help?
1635189156
Andreas J.
Forum Champion
Sheet Author
Translator
Lowe505 said: Gamma World 1 e sheet Initiative button does not work wondering if the author can be notified for fix. It work, but has a quirky implementation. You're forced to select a token before the roll, for it to work. &{template:MA1e} {{name=@{Bervell|characterNameHuman}}} {{title=Initiative}} {{INIT=[[ @{selected|dex} [DEX] &{tracker}]]}} I could submit a fix to make the init roll also work without a selected token.
1635189513

Edited 1635189604
Holy cow yea could you? That would be awesome. its 1d6 + dex mod
1635206460

Edited 1635206591
vÍnce
Pro
Sheet Author
Andreas J. said: Lowe505 said: Gamma World 1 e sheet Initiative button does not work wondering if the author can be notified for fix. It work, but has a quirky implementation. You're forced to select a token before the roll, for it to work. &amp;{template:MA1e} {{name=@{Bervell|characterNameHuman}}} {{title=Initiative}} {{INIT=[[ @{selected|dex} [DEX] &amp;{tracker}]]}} I could submit a fix to make the init roll also work without a selected token. I thought the turn tracker only works with selected tokens...right? <a href="https://wiki.roll20.net/Turn_Tracker" rel="nofollow">https://wiki.roll20.net/Turn_Tracker</a> you must first select the associated token before performing the roll.
1635206544

Edited 1635206694
vÍnce
Pro
Sheet Author
Lowe505 said: Gamma World 1 e sheet Initiative button does not work wondering if the author can be notified for fix. What exactly is the problem Lowe505?&nbsp; Can you explain in a little more detail?&nbsp; Is it possible that your token is not linked to the sheet? Thanks
1635208643

Edited 1635209345
It doesn't roll a d6 and add dex mod it just shows the dexterity score. I can live with it. Technically Gamma World 1e rules state a d6 roll for the party initiative and the order of play is the dex scores so I'll just make a macro for party initiative and if any situation comes up for the individual player I'll just ask them to roll a d6 and add their dex mod. Thank you all for the help you guys where really nice to help me and I feel kinda stupid I forgot about linking a token to sheet for the initiative button to work.
1635211763

Edited 1635211901
Andreas J.
Forum Champion
Sheet Author
Translator
vÍnce said: [[ @{selected|dex} [DEX] &amp;{tracker}]] I thought the turn tracker only works with selected tokens...right? you must first select the associated token before performing the roll. Read the macro again, slowly. It's not smartly done. It should at the very least be: [[ @{dex} [DEX] &amp;{tracker}]] not [[ @{selected |dex} [DEX] &amp;{tracker}]] But yeah guess the 1d6 thing was the main issue
1635347543
Andreas J.
Forum Champion
Sheet Author
Translator
bugfix submitted: <a href="https://github.com/Roll20/roll20-character-sheets/pull/9682" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/pull/9682</a>
wow cool how long does it take for roll20 to approve?
1635357632
Andreas J.
Forum Champion
Sheet Author
Translator
at latest, they will merge it next Tuesday. Pro players can use Custom Sheet in their games and copy my versions from here: <a href="https://github.com/Anduh/roll20-character-sheets/tree/gammaworld-1e-init-fix/GammaWorld1e" rel="nofollow">https://github.com/Anduh/roll20-character-sheets/tree/gammaworld-1e-init-fix/GammaWorld1e</a> So if you're the GM, you can start using it right away.
&nbsp;wow really nice of you to do this im impressed how great everyone has been to this issue. I really appreciate your work thanks so much.
Oof i just checked the Initiative button and its adding the Dexterity score instead of the modifier but thats ok i'll make it work.
1635358979

Edited 1635359058
Andreas J.
Forum Champion
Sheet Author
Translator
Where is the dex modifier stored, does the sheet even track that? If it doesn't, how is the mod calculated from the dex score?
1635360041

Edited 1635360127
its manually added by whoever fills out the sheet so i don't think it tracks it. The sheet doesn't have auto fill for the modifiers. If the dex score is 17 or 18 1 point is added to the d6 initiative roll.
1635360360
Andreas J.
Forum Champion
Sheet Author
Translator
so the dex mod is zero if dex score is below 17
1635361217

Edited 1635361414
yes but its tricky thats just for initiative, for each point of dexterity over 15, a character adds one point to the die roll when trying to hit a target in physical combat. So the dex mod in the sheet only has the "to hit" roll mod next to it not a initiative roll mod so its fine the way you got it because of no tracking of the initiative roll. Or just a plain ol d6 roll is fine.