How do I do this...?

So, y’know that first post I made about the randomizer? This is kinda part two of that. I need it so that when the randomizer’s channel transmits, I need the specific channel that it transmits on to add the order on a different popup. It’s kind of complicated. Btw most of the time I’m afk for like 5 minutes after I make a post

1 Like

Uhh…
I don’t understand.

Okay, so I’m making a baking simulator. In my last post, I needed help with a randomizer for the NPC’s orders; I’ve figured that out now, so now I need to figure out how I can make each order’s channel transmit within the blocks to a different popup so that players can see all the things that NPCs have ordered that they can do; I also need the order to disappear once the player has completed the task.

1 Like

…WOAH. That’s alot…I think I can help?

1 Like

broadcast message on channel block.

noobie?!

nothing, just was surprised you were unsuspended. Ok back on topic.

basically that XDDD

1 Like

That only works to transmit a channel to another block. I need the popup to receive the channel that the order transmitted and update the text within the blocks.

2 Likes

So for that, you’d have to make multiple blocks in the same device, and a property. The property is text, and the popup adds to the property.

…i dont know how to use property :woman_facepalming:

Look it up, there are guides. (I think)

You would need the “Broadcast Message on Channel” block like this:


and put the channels in t he popup device in the “Open popup when receiving on” spot.

2 Likes

Oh. (I thought I could just do everything in the blocks :rofl:)

2 Likes

But I still need to figure out how I’m going to remove the order from the list once it’s been completed.

Also; lemme just get this straight: I’m going to have a popup that opens when a button is pressed. This popup is going to have a list of orders and the number of times its been ordered. There are 5 different possible orders. And the number of times the food has been ordered will decrease by one once the order has been completed and will decrease using a channel.

So you want to know how to decrease an order(?)

Ehh… kind of. I just need to find out how I can get a channel to be received within blocks of a device.

You can decrease an order through a counter and you can receive a channel without blocks through the channel section that’s on almost every device:


Btw to decrease use a counter and put your channel down where the arrow is in the image:

3 Likes

I do not understand what you are asking for.

What I got is that you need the randomizer to open a popup?

No, I’ve already figured that out. You see, there will be a list that has orders on it, and each time that the randomizer does that, I need it to update the list… wait. I think I just figured something out. BRB I GOT AN IDEA

Welp, if you got ideas, then mark a solution!