Is it possible for a notification's block to be triggered by multiple channels?

I am making it so when the player enters a zone, then a notification popups up. I am using the block code to say the players name.

Yes its possible :+1:

1 Like

Yes it is possible
Use a comma to separate them.

channel1, channel2, channel3

?

1 Like

Then how to do it? Before you say use the search bar I already did. I can show the block code:

You could make multiple notifications of the same one :slight_smile: (and code them to different channels)

1 Like

Yeah but I want to save the most amount of memory(Creating a new block costs 500 memory)!

2 Likes

Then instead of doing channel block, you can do wire pulse block and just wire the zones to the notification (when enter → Run wire pulse block)

2 Likes

Still the pop-up doesn’t appear after I go in the zone.

it might be because the channels have spaces in them, idk, I never have spaces in my channels

2 Likes

Ok let me try without spaces(I don’t think its gonna work).

1 Like

Here, this is what I did :slight_smile: (notification has triggered send to everyone) in case the spaces wasn’t the problem.

1 Like

Thanks it is working now.

2 Likes

You would create a trigger, have it trigger when recieving on all the channels you want the block to run on, then wire it to the notification to run the block. Unfortunately, you can’t have a block directly run off of multiple channels.

2 Likes

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.