#How do i make a scoreboard that rewards one point every time someone scores
55 messages · Page 1 of 1 (latest)
ok
can u just put it in the game for me?
No but I can explain it to you if you want
ok
First off, do you want a team score or a per player score
team score during the game
Ok then that's simple.
Make 2 int variables, and an event definition.
Configure the event to have an int value for team and an int value for score to add.
Configure an event receiver to your custom event
When the even is received, hook up the team value and the exec to an integer execution switch.
Configure the switch to have outputs for an integer value of 1 and 2.
1 exec adds the score to add value to that team's int variable|
Same for 2
i will try and figure that out
can i take a pic to see if i did it right
Ok
is that good?
You gotta hook the event receiver into an integer exec switch
Then configure it to have the options of 1 and 2
On 1, you add the score output to the variable
On 2, you add the score output to the other variable
how do i make one have a option on 1 and 2?
Configure the integer switch
like this?
where the team?
i put the values to 1 and 2
No there’s no integer execution switch there
You’re also not adding the score
Just setting it
just keeping it event receiver, event definition, int variable, and the other int variable
Send a pic
did that
do i connect the teams?
to it
Yea, team number from the receiver into the input of the switch
the match?
Yes
ok did that
do i put any numbers on the int variable?
You set the value to itself + the score output of the receiver
is the score output the green one?
what do i do after that?