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 .
×

Can an Input Form Be Used or Fashioned?

1781365527

Edited 1781365669
To illustrate, I'd like to be able to allow a player to look at their possessions, such as they may be in the top chat below, click on the button to bring up the second, smaller chat, below to read information or change quantity (have that working) or to actually press the DESC button to edit or add description to the appropriate field.  FWIW, this is AD&D 1e and the list comes from re[eating fields for equipment. The description field is  repeating_equipment_${eqID}_equipment_description (and yes, if the description sounds familiar, it's based on  The Magician's Nephew) The input field on a roll template is too small, of course to edit the description like the one shown above. No big deal if it is too complicated for me, or just not possible, I can always instruct players to go to the character sheet to edit/add to the description. I'm just trying to make as much as possible to take place without players having to consult with the character sheet (because, as I've mentioned before, one of the groups of friends I play with are as stunned as me arse - I'm only a level or two higher, LOL)  :-)
Tim M said: The input field on a roll template is too small, of course to edit the description like the one shown above. I’m guessing that you mean that the popup window for a query is too small? (A “Roll Template” is the CSS code for the appearance of what is displayed in the chat window from a character sheet.) The only way to adjust the popup window size is by using a browser extension such as Stylus, but that change only applies to the computer/browser that it is installed in, so each of your players would have to install it on their own computer.  Alternatively you could use a script command (such as ChatSetAttr) to update the description in the chat window . The downside to that is that you won’t be able to use the current description in the command and directly edit it. You’d have to retype the entire description.   
Jarren said: Tim M said: The input field on a roll template is too small, of course to edit the description like the one shown above. I’m guessing that you mean that the popup window for a query is too small? (A “Roll Template” is the CSS code for the appearance of what is displayed in the chat window from a character sheet.) The only way to adjust the popup window size is by using a browser extension such as Stylus, but that change only applies to the computer/browser that it is installed in, so each of your players would have to install it on their own computer.  Alternatively you could use a script command (such as ChatSetAttr) to update the description in the chat window . The downside to that is that you won’t be able to use the current description in the command and directly edit it. You’d have to retype the entire description.    Thanks Jerren, I figured that might be the case. I'll put a little ? button there instead of desc (as I've done for Wealth Notes in another spot) and describe to the players to open the character sheet and where to go to change this - or ask the DM for help.