How to make a Pseudo-Inventory [WIP]

Is Someone Editing? (ONLY CHECK IF YOU ARE CLEF OR BLIZZY OR BLACKFOX!!!)

ONLY @clef, @Blizzy, AND @Blackfox45666 CAN EDIT THIS!!! IF YOU DO…:skull::clown_face:

Blizzy's Version!

Okay, first of all, list to ALL the items: Items - @Blizzy
There are 65 DISTINCT items, not including the different rarities of the Gadgets. I think. If I counted right…
Now, add a game Overlay that is a BUTTON on the top right corner, called “Store Items”.
Note: I’m using all 65 REAL items, not pseudo-items like @clef!
2nd Note: To select what item you want to store, guess what, you need TONS of popups! And Properties for each, and so on. This is so that you can ACTUALLY Store your items in a “secret” area, and if you click a button to take out items, you can.

clef's Version!

To have a inventory, ya need an item! Same for pseudo-inventories! Let’s first make a pseudo-item! Place down a property and name it your item. For me, I’ll name it “Axe”. After that, do this:
Screenshot 2023-11-30 9.59.14 AM
Let’s say you want your character to grab your item when you press a button, right? Place down your button and set it to this:
Screenshot 2023-11-30 12.32.29 PM
Once you’re done with that, place down a trigger and set “Trigger When Receiving On” to “Grab (Item Name)”. After that, make a block for the trigger and do this:
Screenshot 2023-11-30 12.36.24 PM
Now your done with your item! Lets make your inventory! Place down a game overlay and set “Overlay Text” to “Open Inventory”. Also set “When Button Clicked On, Transmit On” to “OpenInven” and set “Overlay Type” to “Button”. After that, make a popup and do this:


Screenshot 2023-11-30 12.42.57 PM
After that, place down a repeater and do this:

Next, place down a lifecycle and set “When Event Occurs, Transmit On” to “GameStart”. Next, go back into your popup and make a block for “When Receiving On Chanel…” and set “Chanel Name” to “UpdateInven”.

Blackfox´s version!

(note this is a 3 item pseudo inventory system so if you want more slots in this inventory you have to add ALOT more devices especially if you want to include all the items)
this system also take ALL the items from ur inventory and into the properties depending on how many item properties you have and with all that done lets get into it

the game overlays

so make sure to have 2 game overlays one not active on gamestart one active on game start also make sure they are buttons name the one active on game start ¨put in inventory¨ and the other one not active on gamestart ¨take out inventory¨ and make them transmit on channels according to their names but we´ll get to what they transmit to on later steps but for now place trigger with a delay of 0.0015 as wire repeaters and make each game overlay hide itself when pressed and show the opposite game overlay when pressed also like this:
Screenshot 2023-12-01 10.33.54 AM

the give and take system

so you will need 6 of each item listed below
checkers
item granters
playerscoped number properties
and the exception of 3 IIMs
name 3 properties after the item they will store and the other 3 the same but with ¨amount¨ at the end place 6 checkers and make them all have one check and make half of them check when recieving on ¨put in inventory¨ and the other half check when recieving on ¨take out inventory¨ and make each of them transmit to either ¨take(item specified)¨ or ¨give (item specified) make sure one half gets a single channel specified above and the other gets the remaining channel now place the 3 IIMs next to the ¨(specified item) amount¨"properties and make them track the item that is specified on the properties and update them based on how much the player has now place down the 6 item granters and make half of them them have similar code and settings to this only they correspond to the checkers and this this code is the ¨giving¨ code so make the checkers send out corresponding to the item granter they go to and set the checks to each
¨(specified item) amount ¨property and make them pass check if greater than 0:



and make the take system almost as same as the give system but withthe item granters block code like this

the finished system should be like this
(sorry for the horrible laptop writing)

9 Likes

It’s a wiki? U could mark that.

1 Like

Just so @clef can edit it too. He came up with the idea to make this guide. I just want to help

3 Likes

Nice guide!

Nice wip, hope you guys get to finish it.
Also, if it’s a collab with clef, you can state it in the post that only you and clef can edit it.

Edit:
I saw clef’s psuedo-inventory post and I think it would be quite easy, you can use an Overlay and Popup with infinite call-to-actions to select an item and to simulate the backpack and a Counter linked to a Property for the pseudo-items which you can increment when you do an action that grants you the pseudo-item.

3 Likes

what is pseudo, i keep seeing it everywhere i dont wanna remain clueless ._.

nvm blizzy saved the day

4 Likes

That’s what I’m thinking. I’m just waiting for clef to get online

3 Likes

fake

4 Likes

I’m pretty sure only clef and blizzy can edit it, so in that case you wouldn’t have to tag it wiki, same with people who made their posts wiki to have an infinite editing time limit.

1 Like

“Pseudo” means “fake”, and in other words, it means another way to do something that already there. As in “pseudo walls” that stuff

4 Likes
4 Likes

This is dangerous. Anyone who just joined and wants to create chaos could delete the whole thing. I guess that goes for all wikis…
Remember the-obelisk? Someone like him could create havoc.

4 Likes

ok :slight_smile:

4 Likes

Not really, it has only happened a few times and only TL1+ can edit it.
It is easily restorable aswell, just go to the previous edit and copy and paste that over the vandalized one.
If the vandalizing user adds something inappropriate, you can message the mods.

5 Likes

Yeah but it won’t effect them because they leave after one post or change.

1 Like

But we can see who did it, then message the mods

1 Like

@GimSolver Please don’t edit this

5 Likes

Ooo this is gonna be interesting…

1 Like

Hi! So what I was thinking for the pseudo-inven was pseudo-items that are not added to the game… yet… I won’t be really online during school hours.

1 Like

goodpoint but do you mind if i help @Blizzy ? i have some experience handling blocks and i can modify the bank system to make a simpler version of it and pseudo items seems interesting and possible so yeah im up for it

3 Likes