branchrust_reboot/main/hackweek_fill_containers_randcancel
5 Commits over 61 Days - 0.00cph!
Refactored code so its more performative, scales better and doesnt contain unnecessary code duplication.
Also added a Help string too.
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.
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.
Created a command to fill the players inventory with random items. Its functional but still need some more work.