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

Is there any macros for listing your items?

Hey! I have just started using roll20 and all of its macros. I was wondering if there was just a simple macro that would just show all of a character's item. Nothing automatic (I cannot afford the premium version, therefore and API), just something that can show the players their item when needed! 
1635626781
Kraynic
Pro
Sheet Author
That should be doable, but it would have to be written for whatever character sheet you are using.  There wouldn't anything universal.
Hmm, I see... but if its made as a macro liked to a token? Like those you insert in the Ability page next to the Character Sheet?
1635632033

Edited 1635632834
Kraynic
Pro
Sheet Author
What character sheet you are using dictates what roll templates are available (to format the display in chat) and what attributes are storing the information for the inventory.  It doesn't matter where the macro is stored (player collection macros, or ability macros on a sheet), you will still need to know the exact attribute names of the input fields that hold the inventory info to be able to call and display it in chat.  And what those are will be different depending on the sheet you use. Edit: I don't think I am explaining this well enough...  I don't know what sheet you are using.  The Pathfinder Simple sheet and the Savage Worlds sheet will both have places for inventory.  They may not be labeled the same, but they will have places to document what stuff you are carrying around.  It is extremely unlikely that the same macro to pull information from one will work on the other.  So whatever this is will need to be set up for whatever particular character sheet you are using.
That's exactly what I am looking for! Do you know a macro that could do the job or where I could find it?
1635633531
Kraynic
Pro
Sheet Author
You haven't even said what sheet you are using.  How would I know?!
If you are using the D&D 5E by Roll20 sheet it should be possible to create a macro similar to what I've created for NPC Stats and Skills .
Kraynic said: You haven't even said what sheet you are using.  How would I know?! Oh, I'm so sorry! I totally forgot to mention I am using the D&D 5E by Roll20 sheet! 
Jarren said: If you are using the D&D 5E by Roll20 sheet it should be possible to create a macro similar to what I've created for NPC Stats and Skills . I took a look at the link and WOW. That's a well done job! I had something like the Universal Macros (or also the Spellbook Macro) you made in mind. As a matter of fact, I followed a tutorial on youtube on how to create a Spellbook Macro for a character and I was trying to start off from that, but since I am not experienced with coding or roll20 in general, I am having a little hard time lol
1635716611

Edited 1635745961
Here's a first run at it, but it can certainly be improved. This allows for 20 max items and shows the number of each item in parentheses next to each item. You'll need to change the '/w gm' to each player's name for them to whisper to themselves as well. Unless you as GM just want a list for yourself in chat you can leave it as is, or you can remove that to make it post publicly for all players in chat. 1. How many items should this macro allow for?  I'm sure there's going to be some upper limit before a macro like this just gets too large (I don't know what that limit might be), so I guess I need an idea of how many items your players typically have.  I use D&D Beyond for inventory management, so I'm not sure what might be typical for the D&D 5E by Roll20 sheet. 2. What other features would be helpful to have listed?  Again, at some point the macro will become very unwieldy, but I'm guessing that whether an item is equipped would be good to show... however I know from doing a similar thing for Prepared spells that it's a bit trickier. Other item properties include weight, whether it's a 'resource' that can be expended (like arrows - also tricky), whether it has an attack (like a sword or bow - also tricky), modifiers (like a +2 to ac), and the item description, if available. I've got it prepared in a spreadsheet so it's pretty easy to adjust the number of entries, and eventually to add in other item characteristics. /w gm &{template:npcaction} {{rname=@{selected|token_name}}} {{name=Items}} {{description= [-- Items --](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: #7e2d40;font-weight: bold; white-space: pre; display: none; display: block@{selected|repeating_inventory_$0_itemname|max};) [@{selected|repeating_inventory_$0_itemname} (@{selected|repeating_inventory_$0_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black;display: none; display: block@{selected|repeating_inventory_$0_itemname|max};) [@{selected|repeating_inventory_$1_itemname} (@{selected|repeating_inventory_$1_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black;display: none; display: block@{selected|repeating_inventory_$1_itemname|max};) [@{selected|repeating_inventory_$2_itemname} (@{selected|repeating_inventory_$2_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black;display: none; display: block@{selected|repeating_inventory_$2_itemname|max};) [@{selected|repeating_inventory_$3_itemname} (@{selected|repeating_inventory_$3_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black;display: none; display: block@{selected|repeating_inventory_$3_itemname|max};) [@{selected|repeating_inventory_$4_itemname} (@{selected|repeating_inventory_$4_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black;display: none; display: block@{selected|repeating_inventory_$4_itemname|max};) [@{selected|repeating_inventory_$5_itemname} (@{selected|repeating_inventory_$5_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black;display: none; display: block@{selected|repeating_inventory_$5_itemname|max};) [@{selected|repeating_inventory_$6_itemname} (@{selected|repeating_inventory_$6_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black;display: none; display: block@{selected|repeating_inventory_$6_itemname|max};) [@{selected|repeating_inventory_$7_itemname} (@{selected|repeating_inventory_$7_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black;display: none; display: block@{selected|repeating_inventory_$7_itemname|max};) [@{selected|repeating_inventory_$8_itemname} (@{selected|repeating_inventory_$8_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black;display: none; display: block@{selected|repeating_inventory_$8_itemname|max};) [@{selected|repeating_inventory_$9_itemname} (@{selected|repeating_inventory_$9_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black;display: none; display: block@{selected|repeating_inventory_$9_itemname|max};) }} &{noerror}
Thank you so much! It looks great! As far as the question goes 1) I am starting a campaign, so I really do not think they will carry *too much* stuff for a while. I wanted that macro because the people I am playing with are new to DnD and because the first time we played in roll20 they got pretty overwhelmed. I wanted to make it easier for them! 2) I wasn't planning on having features in this list (just the dscription though), but now that I think about it, that would be actually useful. I guess weight would also be important (or for every item or like, in the end, something like: X pounds of Y pounds available)
1635825337

Edited 1635866399
Here's three options for up to 30 items -- equipped items include total weight and overweight warning following standard 5E rules, followed by unequipped items. Caveat: you must create a character named 'DIV' with an attribute called 'sel' with '@{selected' in the current field: All items: /w gm &{template:npcaction} {{rname=@{selected|token_name}}} {{name=Items}} {{description=[-- Equipped Items --](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: #7e2d40;font-weight: bold; white-space: pre; display: none; display: block@{selected|repeating_inventory_$0_itemname|max};)[@{selected|repeating_inventory_$0_itemname} (@{selected|repeating_inventory_$0_itemcount}) @{selected|repeating_inventory_$0_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black;display: none; display: block@{selected|repeating_inventory_$0_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$0_equipped}@{selected|repeating_inventory_$0_equipped}0_itemname|max};)[@{selected|repeating_inventory_$1_itemname} (@{selected|repeating_inventory_$1_itemcount}) @{selected|repeating_inventory_$1_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$1_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$1_equipped}@{selected|repeating_inventory_$1_equipped}1_itemname|max};)[@{selected|repeating_inventory_$2_itemname} (@{selected|repeating_inventory_$2_itemcount}) @{selected|repeating_inventory_$2_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$2_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$2_equipped}@{selected|repeating_inventory_$2_equipped}2_itemname|max};)[@{selected|repeating_inventory_$3_itemname} (@{selected|repeating_inventory_$3_itemcount}) @{selected|repeating_inventory_$3_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$3_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$3_equipped}@{selected|repeating_inventory_$3_equipped}3_itemname|max};)[@{selected|repeating_inventory_$4_itemname} (@{selected|repeating_inventory_$4_itemcount}) @{selected|repeating_inventory_$4_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$4_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$4_equipped}@{selected|repeating_inventory_$4_equipped}4_itemname|max};)[@{selected|repeating_inventory_$5_itemname} (@{selected|repeating_inventory_$5_itemcount}) @{selected|repeating_inventory_$5_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$5_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$5_equipped}@{selected|repeating_inventory_$5_equipped}5_itemname|max};)[@{selected|repeating_inventory_$6_itemname} (@{selected|repeating_inventory_$6_itemcount}) @{selected|repeating_inventory_$6_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$6_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$6_equipped}@{selected|repeating_inventory_$6_equipped}6_itemname|max};)[@{selected|repeating_inventory_$7_itemname} (@{selected|repeating_inventory_$7_itemcount}) @{selected|repeating_inventory_$7_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$7_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$7_equipped}@{selected|repeating_inventory_$7_equipped}7_itemname|max};)[@{selected|repeating_inventory_$8_itemname} (@{selected|repeating_inventory_$8_itemcount}) @{selected|repeating_inventory_$8_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$8_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$8_equipped}@{selected|repeating_inventory_$8_equipped}8_itemname|max};)[@{selected|repeating_inventory_$9_itemname} (@{selected|repeating_inventory_$9_itemcount}) @{selected|repeating_inventory_$9_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$9_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$9_equipped}@{selected|repeating_inventory_$9_equipped}9_itemname|max};)[@{selected|repeating_inventory_$10_itemname} (@{selected|repeating_inventory_$10_itemcount}) @{selected|repeating_inventory_$10_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$10_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$10_equipped}@{selected|repeating_inventory_$10_equipped}10_itemname|max};)[@{selected|repeating_inventory_$11_itemname} (@{selected|repeating_inventory_$11_itemcount}) @{selected|repeating_inventory_$11_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$11_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$11_equipped}@{selected|repeating_inventory_$11_equipped}11_itemname|max};)[@{selected|repeating_inventory_$12_itemname} (@{selected|repeating_inventory_$12_itemcount}) @{selected|repeating_inventory_$12_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$12_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$12_equipped}@{selected|repeating_inventory_$12_equipped}12_itemname|max};)[@{selected|repeating_inventory_$13_itemname} (@{selected|repeating_inventory_$13_itemcount}) @{selected|repeating_inventory_$13_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$13_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$13_equipped}@{selected|repeating_inventory_$13_equipped}13_itemname|max};)[@{selected|repeating_inventory_$14_itemname} (@{selected|repeating_inventory_$14_itemcount}) @{selected|repeating_inventory_$14_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$14_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$14_equipped}@{selected|repeating_inventory_$14_equipped}14_itemname|max};)[@{selected|repeating_inventory_$15_itemname} (@{selected|repeating_inventory_$15_itemcount}) @{selected|repeating_inventory_$15_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$15_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$15_equipped}@{selected|repeating_inventory_$15_equipped}15_itemname|max};)[@{selected|repeating_inventory_$16_itemname} (@{selected|repeating_inventory_$16_itemcount}) @{selected|repeating_inventory_$16_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$16_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$16_equipped}@{selected|repeating_inventory_$16_equipped}16_itemname|max};)[@{selected|repeating_inventory_$17_itemname} (@{selected|repeating_inventory_$17_itemcount}) @{selected|repeating_inventory_$17_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$17_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$17_equipped}@{selected|repeating_inventory_$17_equipped}17_itemname|max};)[@{selected|repeating_inventory_$18_itemname} (@{selected|repeating_inventory_$18_itemcount}) @{selected|repeating_inventory_$18_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$18_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$18_equipped}@{selected|repeating_inventory_$18_equipped}18_itemname|max};)[@{selected|repeating_inventory_$19_itemname} (@{selected|repeating_inventory_$19_itemcount}) @{selected|repeating_inventory_$19_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$19_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$19_equipped}@{selected|repeating_inventory_$19_equipped}19_itemname|max};)[@{selected|repeating_inventory_$20_itemname} (@{selected|repeating_inventory_$20_itemcount}) @{selected|repeating_inventory_$20_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$20_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$20_equipped}@{selected|repeating_inventory_$20_equipped}20_itemname|max};)[@{selected|repeating_inventory_$21_itemname} (@{selected|repeating_inventory_$21_itemcount}) @{selected|repeating_inventory_$21_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$21_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$21_equipped}@{selected|repeating_inventory_$21_equipped}21_itemname|max};)[@{selected|repeating_inventory_$22_itemname} (@{selected|repeating_inventory_$22_itemcount}) @{selected|repeating_inventory_$22_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$22_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$22_equipped}@{selected|repeating_inventory_$22_equipped}22_itemname|max};)[@{selected|repeating_inventory_$23_itemname} (@{selected|repeating_inventory_$23_itemcount}) @{selected|repeating_inventory_$23_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$23_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$23_equipped}@{selected|repeating_inventory_$23_equipped}23_itemname|max};)[@{selected|repeating_inventory_$24_itemname} (@{selected|repeating_inventory_$24_itemcount}) @{selected|repeating_inventory_$24_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$24_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$24_equipped}@{selected|repeating_inventory_$24_equipped}24_itemname|max};)[@{selected|repeating_inventory_$25_itemname} (@{selected|repeating_inventory_$25_itemcount}) @{selected|repeating_inventory_$25_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$25_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$25_equipped}@{selected|repeating_inventory_$25_equipped}25_itemname|max};)[@{selected|repeating_inventory_$26_itemname} (@{selected|repeating_inventory_$26_itemcount}) @{selected|repeating_inventory_$26_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$26_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$26_equipped}@{selected|repeating_inventory_$26_equipped}26_itemname|max};)[@{selected|repeating_inventory_$27_itemname} (@{selected|repeating_inventory_$27_itemcount}) @{selected|repeating_inventory_$27_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$27_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$27_equipped}@{selected|repeating_inventory_$27_equipped}27_itemname|max};)[@{selected|repeating_inventory_$28_itemname} (@{selected|repeating_inventory_$28_itemcount}) @{selected|repeating_inventory_$28_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$28_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$28_equipped}@{selected|repeating_inventory_$28_equipped}28_itemname|max};)[@{selected|repeating_inventory_$29_itemname} (@{selected|repeating_inventory_$29_itemcount}) @{selected|repeating_inventory_$29_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$29_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$29_equipped}@{selected|repeating_inventory_$29_equipped}29_itemname|max};)[Total Weight: @{selected|weighttotal} lbs](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; font-weight: bold; white-space: pre; display: none; display: block@{selected|repeating_inventory_$0_itemname|max};)[@{selected|encumberance}](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: red; font-weight: bold; white-space: pre; display: inline-block; display: none@{selected|encumberance};)[-- Unequipped Items --](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: #7e2d40; font-weight: bold; white-space: pre; display: block; )[@{selected|repeating_inventory_$0_itemname} (@{selected|repeating_inventory_$0_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$0_equipped}@{selected|repeating_inventory_$0_equipped}0_itemname|max}; )[@{selected|repeating_inventory_$1_itemname} (@{selected|repeating_inventory_$1_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$1_equipped}@{selected|repeating_inventory_$1_equipped}1_itemname|max}; )[@{selected|repeating_inventory_$2_itemname} (@{selected|repeating_inventory_$2_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$2_equipped}@{selected|repeating_inventory_$2_equipped}2_itemname|max}; )[@{selected|repeating_inventory_$3_itemname} (@{selected|repeating_inventory_$3_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$3_equipped}@{selected|repeating_inventory_$3_equipped}3_itemname|max}; )[@{selected|repeating_inventory_$4_itemname} (@{selected|repeating_inventory_$4_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$4_equipped}@{selected|repeating_inventory_$4_equipped}4_itemname|max}; )[@{selected|repeating_inventory_$5_itemname} (@{selected|repeating_inventory_$5_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$5_equipped}@{selected|repeating_inventory_$5_equipped}5_itemname|max}; )[@{selected|repeating_inventory_$6_itemname} (@{selected|repeating_inventory_$6_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$6_equipped}@{selected|repeating_inventory_$6_equipped}6_itemname|max}; )[@{selected|repeating_inventory_$7_itemname} (@{selected|repeating_inventory_$7_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$7_equipped}@{selected|repeating_inventory_$7_equipped}7_itemname|max}; )[@{selected|repeating_inventory_$8_itemname} (@{selected|repeating_inventory_$8_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$8_equipped}@{selected|repeating_inventory_$8_equipped}8_itemname|max}; )[@{selected|repeating_inventory_$9_itemname} (@{selected|repeating_inventory_$9_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$9_equipped}@{selected|repeating_inventory_$9_equipped}9_itemname|max}; )[@{selected|repeating_inventory_$10_itemname} (@{selected|repeating_inventory_$10_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$10_equipped}@{selected|repeating_inventory_$10_equipped}10_itemname|max}; )[@{selected|repeating_inventory_$11_itemname} (@{selected|repeating_inventory_$11_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$11_equipped}@{selected|repeating_inventory_$11_equipped}11_itemname|max}; )[@{selected|repeating_inventory_$12_itemname} (@{selected|repeating_inventory_$12_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$12_equipped}@{selected|repeating_inventory_$12_equipped}12_itemname|max}; )[@{selected|repeating_inventory_$13_itemname} (@{selected|repeating_inventory_$13_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$13_equipped}@{selected|repeating_inventory_$13_equipped}13_itemname|max}; )[@{selected|repeating_inventory_$14_itemname} (@{selected|repeating_inventory_$14_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$14_equipped}@{selected|repeating_inventory_$14_equipped}14_itemname|max}; )[@{selected|repeating_inventory_$15_itemname} (@{selected|repeating_inventory_$15_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$15_equipped}@{selected|repeating_inventory_$15_equipped}15_itemname|max}; )[@{selected|repeating_inventory_$16_itemname} (@{selected|repeating_inventory_$16_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$16_equipped}@{selected|repeating_inventory_$16_equipped}16_itemname|max}; )[@{selected|repeating_inventory_$17_itemname} (@{selected|repeating_inventory_$17_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$17_equipped}@{selected|repeating_inventory_$17_equipped}17_itemname|max}; )[@{selected|repeating_inventory_$18_itemname} (@{selected|repeating_inventory_$18_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$18_equipped}@{selected|repeating_inventory_$18_equipped}18_itemname|max}; )[@{selected|repeating_inventory_$19_itemname} (@{selected|repeating_inventory_$19_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$19_equipped}@{selected|repeating_inventory_$19_equipped}19_itemname|max}; )[@{selected|repeating_inventory_$20_itemname} (@{selected|repeating_inventory_$20_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$20_equipped}@{selected|repeating_inventory_$20_equipped}20_itemname|max}; )[@{selected|repeating_inventory_$21_itemname} (@{selected|repeating_inventory_$21_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$21_equipped}@{selected|repeating_inventory_$21_equipped}21_itemname|max}; )[@{selected|repeating_inventory_$22_itemname} (@{selected|repeating_inventory_$22_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$22_equipped}@{selected|repeating_inventory_$22_equipped}22_itemname|max}; )[@{selected|repeating_inventory_$23_itemname} (@{selected|repeating_inventory_$23_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$23_equipped}@{selected|repeating_inventory_$23_equipped}23_itemname|max}; )[@{selected|repeating_inventory_$24_itemname} (@{selected|repeating_inventory_$24_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$24_equipped}@{selected|repeating_inventory_$24_equipped}24_itemname|max}; )[@{selected|repeating_inventory_$25_itemname} (@{selected|repeating_inventory_$25_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$25_equipped}@{selected|repeating_inventory_$25_equipped}25_itemname|max}; )[@{selected|repeating_inventory_$26_itemname} (@{selected|repeating_inventory_$26_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$26_equipped}@{selected|repeating_inventory_$26_equipped}26_itemname|max}; )[@{selected|repeating_inventory_$27_itemname} (@{selected|repeating_inventory_$27_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$27_equipped}@{selected|repeating_inventory_$27_equipped}27_itemname|max}; )[@{selected|repeating_inventory_$28_itemname} (@{selected|repeating_inventory_$28_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$28_equipped}@{selected|repeating_inventory_$28_equipped}28_itemname|max}; )[@{selected|repeating_inventory_$29_itemname} (@{selected|repeating_inventory_$29_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$29_equipped}@{selected|repeating_inventory_$29_equipped}29_itemname|max}; )}} &{noerror} Only equipped items: /w gm &{template:npcaction} {{rname=@{selected|token_name}}} {{name=Equipped Items}} {{description=[-- Equipped Items --](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: #7e2d40;font-weight: bold; white-space: pre; display: none; display: block@{selected|repeating_inventory_$0_itemname|max};)[@{selected|repeating_inventory_$0_itemname} (@{selected|repeating_inventory_$0_itemcount}) @{selected|repeating_inventory_$0_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black;display: none; display: block@{selected|repeating_inventory_$0_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$0_equipped}@{selected|repeating_inventory_$0_equipped}0_itemname|max};)[@{selected|repeating_inventory_$1_itemname} (@{selected|repeating_inventory_$1_itemcount}) @{selected|repeating_inventory_$1_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$1_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$1_equipped}@{selected|repeating_inventory_$1_equipped}1_itemname|max};)[@{selected|repeating_inventory_$2_itemname} (@{selected|repeating_inventory_$2_itemcount}) @{selected|repeating_inventory_$2_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$2_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$2_equipped}@{selected|repeating_inventory_$2_equipped}2_itemname|max};)[@{selected|repeating_inventory_$3_itemname} (@{selected|repeating_inventory_$3_itemcount}) @{selected|repeating_inventory_$3_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$3_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$3_equipped}@{selected|repeating_inventory_$3_equipped}3_itemname|max};)[@{selected|repeating_inventory_$4_itemname} (@{selected|repeating_inventory_$4_itemcount}) @{selected|repeating_inventory_$4_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$4_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$4_equipped}@{selected|repeating_inventory_$4_equipped}4_itemname|max};)[@{selected|repeating_inventory_$5_itemname} (@{selected|repeating_inventory_$5_itemcount}) @{selected|repeating_inventory_$5_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$5_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$5_equipped}@{selected|repeating_inventory_$5_equipped}5_itemname|max};)[@{selected|repeating_inventory_$6_itemname} (@{selected|repeating_inventory_$6_itemcount}) @{selected|repeating_inventory_$6_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$6_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$6_equipped}@{selected|repeating_inventory_$6_equipped}6_itemname|max};)[@{selected|repeating_inventory_$7_itemname} (@{selected|repeating_inventory_$7_itemcount}) @{selected|repeating_inventory_$7_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$7_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$7_equipped}@{selected|repeating_inventory_$7_equipped}7_itemname|max};)[@{selected|repeating_inventory_$8_itemname} (@{selected|repeating_inventory_$8_itemcount}) @{selected|repeating_inventory_$8_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$8_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$8_equipped}@{selected|repeating_inventory_$8_equipped}8_itemname|max};)[@{selected|repeating_inventory_$9_itemname} (@{selected|repeating_inventory_$9_itemcount}) @{selected|repeating_inventory_$9_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$9_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$9_equipped}@{selected|repeating_inventory_$9_equipped}9_itemname|max};)[@{selected|repeating_inventory_$10_itemname} (@{selected|repeating_inventory_$10_itemcount}) @{selected|repeating_inventory_$10_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$10_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$10_equipped}@{selected|repeating_inventory_$10_equipped}10_itemname|max};)[@{selected|repeating_inventory_$11_itemname} (@{selected|repeating_inventory_$11_itemcount}) @{selected|repeating_inventory_$11_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$11_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$11_equipped}@{selected|repeating_inventory_$11_equipped}11_itemname|max};)[@{selected|repeating_inventory_$12_itemname} (@{selected|repeating_inventory_$12_itemcount}) @{selected|repeating_inventory_$12_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$12_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$12_equipped}@{selected|repeating_inventory_$12_equipped}12_itemname|max};)[@{selected|repeating_inventory_$13_itemname} (@{selected|repeating_inventory_$13_itemcount}) @{selected|repeating_inventory_$13_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$13_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$13_equipped}@{selected|repeating_inventory_$13_equipped}13_itemname|max};)[@{selected|repeating_inventory_$14_itemname} (@{selected|repeating_inventory_$14_itemcount}) @{selected|repeating_inventory_$14_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$14_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$14_equipped}@{selected|repeating_inventory_$14_equipped}14_itemname|max};)[@{selected|repeating_inventory_$15_itemname} (@{selected|repeating_inventory_$15_itemcount}) @{selected|repeating_inventory_$15_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$15_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$15_equipped}@{selected|repeating_inventory_$15_equipped}15_itemname|max};)[@{selected|repeating_inventory_$16_itemname} (@{selected|repeating_inventory_$16_itemcount}) @{selected|repeating_inventory_$16_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$16_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$16_equipped}@{selected|repeating_inventory_$16_equipped}16_itemname|max};)[@{selected|repeating_inventory_$17_itemname} (@{selected|repeating_inventory_$17_itemcount}) @{selected|repeating_inventory_$17_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$17_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$17_equipped}@{selected|repeating_inventory_$17_equipped}17_itemname|max};)[@{selected|repeating_inventory_$18_itemname} (@{selected|repeating_inventory_$18_itemcount}) @{selected|repeating_inventory_$18_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$18_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$18_equipped}@{selected|repeating_inventory_$18_equipped}18_itemname|max};)[@{selected|repeating_inventory_$19_itemname} (@{selected|repeating_inventory_$19_itemcount}) @{selected|repeating_inventory_$19_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$19_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$19_equipped}@{selected|repeating_inventory_$19_equipped}19_itemname|max};)[@{selected|repeating_inventory_$20_itemname} (@{selected|repeating_inventory_$20_itemcount}) @{selected|repeating_inventory_$20_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$20_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$20_equipped}@{selected|repeating_inventory_$20_equipped}20_itemname|max};)[@{selected|repeating_inventory_$21_itemname} (@{selected|repeating_inventory_$21_itemcount}) @{selected|repeating_inventory_$21_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$21_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$21_equipped}@{selected|repeating_inventory_$21_equipped}21_itemname|max};)[@{selected|repeating_inventory_$22_itemname} (@{selected|repeating_inventory_$22_itemcount}) @{selected|repeating_inventory_$22_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$22_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$22_equipped}@{selected|repeating_inventory_$22_equipped}22_itemname|max};)[@{selected|repeating_inventory_$23_itemname} (@{selected|repeating_inventory_$23_itemcount}) @{selected|repeating_inventory_$23_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$23_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$23_equipped}@{selected|repeating_inventory_$23_equipped}23_itemname|max};)[@{selected|repeating_inventory_$24_itemname} (@{selected|repeating_inventory_$24_itemcount}) @{selected|repeating_inventory_$24_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$24_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$24_equipped}@{selected|repeating_inventory_$24_equipped}24_itemname|max};)[@{selected|repeating_inventory_$25_itemname} (@{selected|repeating_inventory_$25_itemcount}) @{selected|repeating_inventory_$25_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$25_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$25_equipped}@{selected|repeating_inventory_$25_equipped}25_itemname|max};)[@{selected|repeating_inventory_$26_itemname} (@{selected|repeating_inventory_$26_itemcount}) @{selected|repeating_inventory_$26_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$26_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$26_equipped}@{selected|repeating_inventory_$26_equipped}26_itemname|max};)[@{selected|repeating_inventory_$27_itemname} (@{selected|repeating_inventory_$27_itemcount}) @{selected|repeating_inventory_$27_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$27_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$27_equipped}@{selected|repeating_inventory_$27_equipped}27_itemname|max};)[@{selected|repeating_inventory_$28_itemname} (@{selected|repeating_inventory_$28_itemcount}) @{selected|repeating_inventory_$28_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$28_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$28_equipped}@{selected|repeating_inventory_$28_equipped}28_itemname|max};)[@{selected|repeating_inventory_$29_itemname} (@{selected|repeating_inventory_$29_itemcount}) @{selected|repeating_inventory_$29_itemweight} lbs ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{selected|repeating_inventory_$29_itemname|max}; display: none@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$29_equipped}@{selected|repeating_inventory_$29_equipped}29_itemname|max};)[Total Weight: @{selected|weighttotal} lbs](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; font-weight: bold; white-space: pre; display: none; display: block@{selected|repeating_inventory_$0_itemname|max};)[@{selected|encumberance}](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: red; font-weight: bold; white-space: pre; display: inline-block; display: none@{selected|encumberance};)}} &{noerror} Only unequipped items: /w gm &{template:npcaction} {{rname=@{selected|token_name}}} {{name=Unequipped Items}} {{description=[-- Unequipped Items --](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: #7e2d40; font-weight: bold; white-space: pre; display: block; )[@{selected|repeating_inventory_$0_itemname} (@{selected|repeating_inventory_$0_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$0_equipped}@{selected|repeating_inventory_$0_equipped}0_itemname|max}; )[@{selected|repeating_inventory_$1_itemname} (@{selected|repeating_inventory_$1_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$1_equipped}@{selected|repeating_inventory_$1_equipped}1_itemname|max}; )[@{selected|repeating_inventory_$2_itemname} (@{selected|repeating_inventory_$2_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$2_equipped}@{selected|repeating_inventory_$2_equipped}2_itemname|max}; )[@{selected|repeating_inventory_$3_itemname} (@{selected|repeating_inventory_$3_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$3_equipped}@{selected|repeating_inventory_$3_equipped}3_itemname|max}; )[@{selected|repeating_inventory_$4_itemname} (@{selected|repeating_inventory_$4_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$4_equipped}@{selected|repeating_inventory_$4_equipped}4_itemname|max}; )[@{selected|repeating_inventory_$5_itemname} (@{selected|repeating_inventory_$5_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$5_equipped}@{selected|repeating_inventory_$5_equipped}5_itemname|max}; )[@{selected|repeating_inventory_$6_itemname} (@{selected|repeating_inventory_$6_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$6_equipped}@{selected|repeating_inventory_$6_equipped}6_itemname|max}; )[@{selected|repeating_inventory_$7_itemname} (@{selected|repeating_inventory_$7_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$7_equipped}@{selected|repeating_inventory_$7_equipped}7_itemname|max}; )[@{selected|repeating_inventory_$8_itemname} (@{selected|repeating_inventory_$8_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$8_equipped}@{selected|repeating_inventory_$8_equipped}8_itemname|max}; )[@{selected|repeating_inventory_$9_itemname} (@{selected|repeating_inventory_$9_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$9_equipped}@{selected|repeating_inventory_$9_equipped}9_itemname|max}; )[@{selected|repeating_inventory_$10_itemname} (@{selected|repeating_inventory_$10_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$10_equipped}@{selected|repeating_inventory_$10_equipped}10_itemname|max}; )[@{selected|repeating_inventory_$11_itemname} (@{selected|repeating_inventory_$11_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$11_equipped}@{selected|repeating_inventory_$11_equipped}11_itemname|max}; )[@{selected|repeating_inventory_$12_itemname} (@{selected|repeating_inventory_$12_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$12_equipped}@{selected|repeating_inventory_$12_equipped}12_itemname|max}; )[@{selected|repeating_inventory_$13_itemname} (@{selected|repeating_inventory_$13_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$13_equipped}@{selected|repeating_inventory_$13_equipped}13_itemname|max}; )[@{selected|repeating_inventory_$14_itemname} (@{selected|repeating_inventory_$14_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$14_equipped}@{selected|repeating_inventory_$14_equipped}14_itemname|max}; )[@{selected|repeating_inventory_$15_itemname} (@{selected|repeating_inventory_$15_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$15_equipped}@{selected|repeating_inventory_$15_equipped}15_itemname|max}; )[@{selected|repeating_inventory_$16_itemname} (@{selected|repeating_inventory_$16_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$16_equipped}@{selected|repeating_inventory_$16_equipped}16_itemname|max}; )[@{selected|repeating_inventory_$17_itemname} (@{selected|repeating_inventory_$17_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$17_equipped}@{selected|repeating_inventory_$17_equipped}17_itemname|max}; )[@{selected|repeating_inventory_$18_itemname} (@{selected|repeating_inventory_$18_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$18_equipped}@{selected|repeating_inventory_$18_equipped}18_itemname|max}; )[@{selected|repeating_inventory_$19_itemname} (@{selected|repeating_inventory_$19_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$19_equipped}@{selected|repeating_inventory_$19_equipped}19_itemname|max}; )[@{selected|repeating_inventory_$20_itemname} (@{selected|repeating_inventory_$20_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$20_equipped}@{selected|repeating_inventory_$20_equipped}20_itemname|max}; )[@{selected|repeating_inventory_$21_itemname} (@{selected|repeating_inventory_$21_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$21_equipped}@{selected|repeating_inventory_$21_equipped}21_itemname|max}; )[@{selected|repeating_inventory_$22_itemname} (@{selected|repeating_inventory_$22_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$22_equipped}@{selected|repeating_inventory_$22_equipped}22_itemname|max}; )[@{selected|repeating_inventory_$23_itemname} (@{selected|repeating_inventory_$23_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$23_equipped}@{selected|repeating_inventory_$23_equipped}23_itemname|max}; )[@{selected|repeating_inventory_$24_itemname} (@{selected|repeating_inventory_$24_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$24_equipped}@{selected|repeating_inventory_$24_equipped}24_itemname|max}; )[@{selected|repeating_inventory_$25_itemname} (@{selected|repeating_inventory_$25_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$25_equipped}@{selected|repeating_inventory_$25_equipped}25_itemname|max}; )[@{selected|repeating_inventory_$26_itemname} (@{selected|repeating_inventory_$26_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$26_equipped}@{selected|repeating_inventory_$26_equipped}26_itemname|max}; )[@{selected|repeating_inventory_$27_itemname} (@{selected|repeating_inventory_$27_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$27_equipped}@{selected|repeating_inventory_$27_equipped}27_itemname|max}; )[@{selected|repeating_inventory_$28_itemname} (@{selected|repeating_inventory_$28_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$28_equipped}@{selected|repeating_inventory_$28_equipped}28_itemname|max}; )[@{selected|repeating_inventory_$29_itemname} (@{selected|repeating_inventory_$29_itemcount}) ](" style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$29_equipped}@{selected|repeating_inventory_$29_equipped}29_itemname|max}; )}} &{noerror}
Thank you very much! But, I think there's something I am doing wrong. I created a blank character named DIV with the attribute 'sel' with '@{selected'. I am trying to use this macro with a Dummy character I've been using (it has items, spells, weapons...) and not DIV, but there are a lot of errors. Should I use DIV? And another thing, is it possible to link the item to it's description or a link with its description? If there is not a link with a description or something automatic, I found a nice table template... but linking it to the universal item list with a "button" is giving me a hard hard time lol. If you know something but it's a tedious job, you can show me just on one item and I copy and paste the rest! You have already done much and I do not want to waste too much of your time! The table template has this code: &amp;{template:default}{{name=Dagger}}{{=[x](<a href="https://vignette2.wikia.nocookie.net/runescape2/images/b/b0/Steel_dagger_detail.png/revision/latest?cb=20121201224504#.png)}}{{Properties=Finesse" rel="nofollow">https://vignette2.wikia.nocookie.net/runescape2/images/b/b0/Steel_dagger_detail.png/revision/latest?cb=20121201224504#.png)}}{{Properties=Finesse</a>, Light, Range, Thrown}}{{Range=20/60}}{{Weight=1}}{{Damage Type=Piercing}}{{Item Type=Melee Weapon}}{{Damage=1d4}} They used a dagger as an example! Again, thank you so much for your time!
Viccc said: Thank you very much! But, I think there's something I am doing wrong. I created a blank character named DIV with the attribute 'sel' with '@{selected'. I am trying to use this macro with a Dummy character I've been using (it has items, spells, weapons...) and not DIV, but there are a lot of errors. Should I use DIV? Whoops I forgot to include a step: Caveat: to use these in a macro, you have to call them from a second macro because the &amp;{noerror} doesn't work from a single macro call directly.&nbsp; I use the Stylus extension to hide any errant error messages , and I forgot to turn that off while I was testing, so I wasn't seeing the error messages.&nbsp; But I did notice some other weird behavior (a chunk of blank lines in the chat window) and didn't put 2 and 2 together.&nbsp; So it is definitely better to have the &amp;{noerror} working correctly to limit the chances of your chat becoming corrupted.&nbsp; So you need to have a collection macro called 'ItemsMacro' with that full macro in it (do not click this one or make it visible on the macrobar or as a token action), and a second collection macro called 'Items' that is visible on the macrobar or as a token action with this code: #ItemsMacro &amp;{noerror} And another thing, is it possible to link the item to it's description or a link with its description? If there is not a link with a description or something automatic, I found a nice table template... but linking it to the universal item list with a "button" is giving me a hard hard time lol. If you know something but it's a tedious job, you can show me just on one item and I copy and paste the rest!&nbsp; Unfortunately there is no 'roll' action for items like there is for attacks and spells.&nbsp; So the only way to do what you are looking for would be to create a macro for as many items as you could possibly have - with the macro I gave you that would be 30 total.&nbsp; If you want to do that I definitely &nbsp;suggest creating a macro mule to hold them all and call them from there, the same as the 'Advanced' method for the NPC Statblock . At that point it's just a matter of creating them so they look the way you want them to and include whichever attributes you want .&nbsp; So you could start with something like this: /w gm &amp;{template:npcaction} {{rname=@{selected|token_name}}} {{name=@{selected|repeating_inventory_$0_itemname}}} {{description=Count: @{selected|repeating_inventory_$0_itemcount} @{selected|repeating_inventory_$0_itemweight} @{selected|repeating_inventory_$0_equipped} @{selected|repeating_inventory_$0_useasresource} @{selected|repeating_inventory_$0_hasattack} @{selected|repeating_inventory_$0_itemproperties} @{selected|repeating_inventory_$0_itemmodifiers} @{selected|repeating_inventory_$0_itemcontent}}} &amp;{noerror} Then start playing with how you want it to look: /w gm &amp;{template:npcaction} {{rname=@{selected|token_name}}} {{name=@{selected|repeating_inventory_$0_itemname} (@{selected|repeating_inventory_$0_itemcount}) @{selected|repeating_inventory_$0_itemweight} lbs}}{{description=**Properties:** @{selected|repeating_inventory_$0_itemproperties} **Modifiers:** @{selected|repeating_inventory_$0_itemmodifiers} **Description:** @{selected|repeating_inventory_$0_itemcontent}}} &amp;{noerror} Then you need to go back into the full item list macro and link each new macro you created to the item in the list to call it.&nbsp; For the first item and a macro mule named 'ItemList' it would be added here: [@{selected|repeating_inventory_$0_itemname}&nbsp; (@{selected|repeating_inventory_$0_itemcount})&amp;nbsp;]( ~ItemList|Item1 " style="text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; color: black; display: none; display: block@{DIV|sel}|repeating_inventory_$@{selected|repeating_inventory_$0_equipped}@{selected|repeating_inventory_$0_equipped}0_itemname|max}; ) You'll have to do that 30 times.&nbsp; Or you could just have your players open their character sheets and look at their inventory. :)
I've created the Item macro, but if I put the code in it, in the chat there's only a #ItemMacro showing.&nbsp; I have also downloaded the Stylus extension that hides all error messages. It works out very well! Thank you again for tip!&nbsp; For the rest, thank you very much!!! You have been extra helpful, seriously! :D
Viccc said: I've created the Item macro, but if I put the code in it, in the chat there's only a #ItemMacro showing.&nbsp; This is what it should look like as collections macros: If you want to use the macros on a character sheet, they have to be setup/called differently. I have also downloaded the Stylus extension that hides all error messages. It works out very well! Thank you again for tip!&nbsp; It is nice, but just a caveat that it means you won't see error messages that your players may see, so it can actually end up being an issue. Just fair warning.&nbsp; :)
Thank you again! Yeah, I figured that later lol, but I'll try to be careful! Thank you again :)