#Gifting Circuits

1 messages · Page 1 of 1 (latest)

ember yew
#

Start of by making that first ⬆️

#

It puts everyone in your instance into a prompt we’re you can choose from them

#

lmk when your done with that

cobalt galleon
#

Make what

#

@ember yew

ember yew
#

It takes you to a reference someone made

cobalt galleon
#

Oh you mean all players on a prompt?

ember yew
cobalt galleon
#

I already have that I just need to figure out the donating circuits

ember yew
#

Mk

#

Place a event definition and give it a name EXAMPLE “Donation”

Scroll down and add a INT port

Place a event sender and configure it to “Donate” then for the target choose PLAYER

Wire Get Player By Display Name into your event sender and also wire on prompt completion into the event (you might want to do a success check)

Place a event receiver and configure it to “Donate”

Wire your event into your into your int variable with a add chip

Your done

Just some side notes

  • Whoever’s name is in the event sender once your execute it will receive that execution at the event receiver

  • The number you input into the event sender is how much it will add
    @cobalt galleon

#

For choosing a number wide the responses we output into a parse int then into the even sender

cobalt galleon
#

I'll try this rq

#

Parse int??

#

Whats that?

#

@ember yew

#

@ember yew How do I get the string output to the int input

#

Prompt local player has a string output and it's not possible to wire string to int

cobalt galleon
#

@ember yew

cobalt galleon
#

Well then how do you tell It what player to give the int value to

ember yew
#

the prompt

#

that’s shows all plauers

#

you said you already made it

cobalt galleon
#

Yes but what tells it to give it to the player

ember yew
#

the event

cobalt galleon
#

It doesn't work

#

Could you come in my game and show me?

#

@ember yew

carmine trail
#

Good luck getting him to do that

cobalt galleon
carmine trail
#

Circuits check out from what I see

cobalt galleon
ember yew