Tabletop Simulator

Tabletop Simulator

5e Scripted Encumbrance Bags & Assorted RPG items
5 Comments
Vissago 4 Jul, 2023 @ 7:50am 
This is a fantastic script!!!! I did notice a minor issue when you remove an item that's x 3 and there isn't anything else in the bag it gives a totally off number (-1.11022302462516E-16/62) but it fixes itself when you put another item in again so no biggie. Great job!!!
freshpepperino  [author] 3 Jan, 2022 @ 8:07pm 
@Calvary Crusader This encumbrance system was made with 5e directly in mind, but I don't see why it can't be used for other systems! You might do some different things to calculate a user's slots for a wildly different system, but in the end if you can find a good way to convert it, the slot idea will ultimately end up working the same way.
Calvary Crusader 3 Jan, 2022 @ 12:51pm 
Can this bag be used as a regular bag outside of DnD or it only works for 5e DnD?
freshpepperino  [author] 28 Jun, 2021 @ 7:21pm 
@Zafari I totally understand. I use descriptions so I didn't think much about this. What you can do in the script editor to configure it like this is super simple, though! All you gotta do is switch all instances of "enter_object.getDescription()" with "enter_object.getGMNotes()", and "leave_object.getDescription()" with "leave_object.getGMNotes()" and that will switch from reading the description to the GM notes.
Malik 27 Jun, 2021 @ 3:06am 
This is a cool system but. But very often I need to use "description" for custom items and other things. Is it possible to transfer from "description" to "gm - description"?