I am running a campaign with old friends who are absolute luddites. Three of them will only play face to face which is fine - I use an extension of my display from my laptop to my TV or an extra monitor when we don't play at my place. One of the players who plays remotely simply can't use the character sheet at all. We gave up on Sunday after my spending about half an hour trying to get him to go to the Attacks section to fire a sling bullet and instead he kept using the dice symbol under Equipment . Damn, it was really frustrating. And no, none of these guys are dumb. The one with the dice button problem is a world renown major academic in his field. The other remote player whose successful app development made him quite accomplished and comfortable, has damned roll20 as a "terrible interface"; I strongly disagree, but it makes the other players less likely to move past their computer-phobia. So to aid in this, with A LOT of great help from the community here, I've successfully created created a few macros that manipulate the players' characters and allow me to handle changing coin amounts (using mainly tokenmod and modattr from ChatSetAttr as well as just calling for characteristics). These make it easier for me to call bring up all players' characteristics on one chat output so I can, for example, figure who has the highest wisdom for an upcoming encounter, rather than have to comb through each sheet which is awkward as you know what. I've got all these macros set as Token Actions to make it easier for them to access them when they select their or another player's character. God help me if I try to get them to create their own buttons on their macrobar. Note: I think the sheet we are using is very well done, but as I said,
my friends are as stunned as me arse (as we say where I live) Now, I want to be able to do two more things. Both of which have to do with repeating sections. I think ScriptCards is the API I need for this: The first is to allow them to click a macro (to be created) called "Stuff" which will list in a chat output the list of equipment a selected character has. Record number, 0 to x, would not have to be specified, it would just loop through everything and list each item. The second is an attack button for a macro that has a list of weapons from the repeating section for weapons - using a drop-down pick-list similar to a roll query - where they can choose a weapon and launch the correct character sheet macro for whatever weapon they choose. There is a lot of documentation in ScriptCards, including information on tables - I assume the repeating sections. Before i delve into ScriptCards, can someone tell me if the above two goals are achievable using ScriptCards or another choice? Really not interested in "the players are the problem" type responses - I AGREE LOL Thanks, -- TIm