#Purchased notifications 2.0

1 messages · Page 1 of 1 (latest)

safe lance
#

Hi, me and a friend are making a room to do events and can't figure out how to make it so that it notifies somewhere in the room that someone has purchased a room offer/key in rooms 2.0. If someone could please tell me what the circuts are to do thar weather it's with the text board or with a pop up on the screen I would really appreciate it.

dark cargo
safe lance
dark cargo
#

Then have an event receiver for that custom event connected to a subtitle chip

safe lance
safe lance
dark cargo
#

In the event receiver search up “offer” and you’ll find it

#

Or “purchased” or something

safe lance
dark cargo
safe lance
echo wing
safe lance
dark cargo
safe lance
dark cargo
#

When there’s no text it shows a dot like that

safe lance
dark cargo
#

Youre also going to need a system to actually fulfil the offers

safe lance
dark cargo
#

Put that into a string format—in the second pin

#

and in the first pin type {0} for where you want the player name to go, along with the normal text

#

Connect the string format output into the subtitle input

safe lance
dark cargo
#

give it a name and select the "player" data type

echo wing
#

Configure the event definition

safe lance
dark cargo
#

Also, if this is too complicated, you can instead use a get all players chip connected to a for each chip, connected to the subtitle. That will use more cpu, though

echo wing
#

Would this chip run globally because there’s no player port?

#

Or am I thinking of it reversed

safe lance
#

I'm ngl I have no idea how to do circuits if you couldn't tell already 🤦‍♀️

echo wing
#

I would experiment because that circuit may or may not run globally already??? Just wire the execution straight to the subtitle and see if it shows for everyone, if not then it’s local

dark cargo
safe lance
echo wing
#

String Format

#

Into the “Value” port

safe lance
echo wing
#

Place a get local player

#

And put it into the to string

#

Or depending on your order you can just push it forward

safe lance
#

Is there anything else I need to do?

echo wing
#

On the “Format” port in the String Format

#

type what you want the subtitle to say

#

If you want it to say:
“Willow Bought Nuke All Players!”
Then put:
“{0} Bought Nuke All Players!”

#

The “{0}” will replace with the player that bought it

safe lance
echo wing
#

Hold on

#

Configure the event definition and create a thing for strings and give it a name, I forget the exact name it’s like category or something

echo wing
#

Give it a name and add property

safe lance
echo wing
#

I accidentally X out the left to string

#

Ignore that X

safe lance
safe lance
dark cargo
# safe lance This any good?

You could save a chip by converting the name afterwards instead of before, but that might not matter to you. Apart from that, looks good

dark cargo
safe lance
dark cargo
safe lance
#

I really appreciate your guy's help 🙏

safe lance
dark cargo
#

You’ll need to add another input to the string format. The new input will be {1} while the first is {0}

safe lance
dark cargo
safe lance
safe lance
dark cargo
#

Oh, that side. Connect the input of the new to string to the room offer output!

#

I'm not actually sure if that's possible, though

safe lance
dark cargo
safe lance
dark cargo
safe lance
dark cargo
#

dang

#

I'm not sure of an efficient way to do that then

#

someone else will probably come along with an answer

safe lance
safe lance
dark cargo
#

What did you do?

safe lance
# dark cargo What did you do?

I connected it up wrong at first but then tried connecting the room offer from the event chip to the value side of the to string