Closed
Conversation
This script creates a bag, sack, or hole handout that will track Items, amount, weight and overall weight. To add items to the bag, sack or hole you will need to use one of these macros: !dimensionbag add ["Bag Name"] [Amount] ["Item"] [Weight] !sack add ["Sack Name"] [Amount] ["Item"] [Weight] !hole add ["Hole Name"] [Amount] ["Item"] [Weight] To remove items from the bag, sack or hole use these macros: !dimensionbag remove ["Bag Name"] [Amount] ["Item"] !sack remove ["Sack Name"] [Amount] ["Item"] !hole remove ["Hole Name"] [Amount] ["Item"] If the weight threshold is reached a message is posted in chat to alert the players that the bag or sack is overloaded and its contents are lost. The hole has unlimited weight but its up to the GM to determine if too much space is taken up to be able to fit anymore in.
Create Dimension Bag
Contributor
|
@DavidCQ80 Please take a look at the contributing guide: https://github.com/Roll20/roll20-api-scripts?tab=readme-ov-file#creating-a-scriptjson-file Your api script PR should match the folder structure of the example api script found in the guide. The guide also has an explanation and example of the correct |
Contributor
|
@DavidCQ80, just wanting to follow up with you about this PR to make sure you're aware of the requested changes! |
Author
|
I am Kayla just very busy at the moment and time is short.
Thanks for the email I will get back to it soon.
…On Tue, 29 Jul 2025 at 19:13, Kayla Fischer ***@***.***> wrote:
*kfroll20* left a comment (Roll20/roll20-api-scripts#2085)
<#2085 (comment)>
@DavidCQ80 <https://github.com/DavidCQ80>, just wanting to follow up with
you about this PR to make sure you're aware of the requested changes!
—
Reply to this email directly, view it on GitHub
<#2085 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BQ4J2COCFADOWUSRP4JHDAD3K62VVAVCNFSM6AAAAACBQK2YROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTCMZTGU2TINRUHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Contributor
|
@DavidCQ80, no problem at all! Thank you for updating :) |
Contributor
|
Hello, @DavidCQ80! We are going to close this for now and when you're ready, feel free to open a new PR! Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Storage Management A way to list items the players have collected during their adventures in a magical bag, sack or hole that calculates weight and amount. It stores this in a handout created when !dimensionbag add "Bag Name" "quantity item weight" is run.
!storageconfig — Opens the configuration menu. *Configuration Commands
!storageconfig — Opens the configuration menu.
*Configuration Commands
!setbagmax [number] — Sets the max weight for the Dimension Bag.
!setsackmax [number] — Sets the max weight for the Sack.
!setholemax — Resets the Moveable Hole to unlimited weight.
!setcoins [comma-separated values] — Updates the order of coin types (e.g., !setcoins PP, GP, SP, CP).
!setcolor [color name or hex] — Changes the text color for item quantity.
*Storage Commands
!dimensionbag add "Bag Name" [quantity] [item] [weight] — Adds an item to a Dimension Bag.
!dimensionbag remove "Bag Name" [quantity] [item] — Removes an item from a Dimension Bag.
!sack add "Sack Name" [quantity] [item] [weight] — Adds an item to a Sack.
!sack remove "Sack Name" [quantity] [item] — Removes an item from a Sack.
!hole add "Hole Name" [quantity] [item] [weight] — Adds an item to a Moveable Hole.
!hole remove "Hole Name" [quantity] [item] — Removes an item from a Moveable Hole. *Each storage type has its own max weight (except the hole, which is unlimited). */