Carnie DM said:
Would a different template work for what I'm doing? I haven't experimented with the 5e templates, nor do I know if they are the same with beacon and the 2024 sheet since I don't think the wiki has been updated.
The D&D 5E 2024 by Roll20 character sheet does not currently have any roll templates. Devs have said that it is one of the next features that will be added.
I don't believe you can use any 2014 roll templates if you want to pull attributes from a 2024 sheet, but if you're not pulling any attributes and you're just rolling on tables then you should be able to use a 2014 roll template such as 'npcaction' (which is my go-to option).
There may be an issue depending on which character sheet is 'primary' in your game. I haven't done enough testing to know, but I think I remember a difference with roll template usage depending on the selected primary character sheet.
Carnie DM said:
Actually adding the suggested manual line break helps a lot. Since Recursive tables puts a common between rolls on the same table, but not 2 different table, the manual line break makes a big difference.
I do have a follow up question. Let me know if this should be a seperate post. On the same script, I need it to whisper to the rogue character doing the pickpocketing. However, unlike a normal whisper, I (as the gm) don't see the result. I need it to whisper to me and one player. All the obvious (to me) ways to do this aren't working.
This is because normally (when not using a Mod script) a whisper to the GM comes from a player, so both the player and GM get a copy of the message. When a Mod Script sends a message to someone, the Mod 'sandbox' is sort of a fake player that the message is coming from, so only the recipient gets a copy, unless the Mod Script is set up to send a copy to both the sender and recipient.
For this case, the easiest approach would probably be to use Metascripts to duplicate the outgoing message and send it to both the GM and player. I haven't done that before so I'd have to dig into the Metascript documentation to see if it's possible if Timmaugh doesn't respond with an answer. If Metascripts can't do that, then it might require creating a custom version of RecursiveTables to adjust who the message is sent to.
Actually I take that back (but I already wrote the above so I'll keep it because it's still a viable solution) - the easiest approach to whisper to yourself as GM and the player would be to create a custom character named 'Pickpocket' and give Edit and Control access of it to the player and yourself as GM, then change your macro to whisper to that character instead of 'gm':
!rt[Delimiter:BR] /w "Pickpocket" &{template:default} {{name=[x](https://files.d20.io/images/430547392/f5o7BAQxhVayNw33HGXzdw/original.png)}} {{You scored= [[[[1d2]]t[Mid-Treasure]]] [[1t[Hi-Treasure]]]}}