branchrust_reboot/main/hackweek_fill_containers_randcancel

5 Commits over 61 Days - 0.00cph!

2 Days Ago
merge from main
6 Days Ago
Refactored code so its more performative, scales better and doesnt contain unnecessary code duplication. Also added a Help string too.
7 Days Ago
Changed console command from printstring to fillInventory. Can now enter a category name to fill your inventory with items from that specific category. If you want random items type random instead of of a category name. I'll be refactoring this code to make this more performative and scale better.
50 Days Ago
Hidden items have been removed from the item list. (removed a bunch of the junk items) if the item is stackable, you'll recieve a random amount between 1 and the max stack size.
2 Months Ago
Created a command to fill the players inventory with random items. Its functional but still need some more work.