How do I make the End of Game Widget show who won?

Counter target reached β†’ End Game
Counter target reached β†’ Show ENd Game widget
Counter target reached β†’ trigger
Trigger has the same blockcode that haiasi put.

AUO dictates that you should wire the counter to the trigger, then the counter to the end game widget, then the counter to the end game. Otherwise, the game will just end.

1 Like

twice? how?

Typo. Edited to be right.

how would the wiring time change anything?

The thing wired first goes off first.

1 Like

AUO runs events in the order they were done.
If you wire the counter to the end game and the trigger after, the game will end before the trigger runs the blockcode and before the property is set to the triggering player’s name, leaving a blank leaderboard.

2 Likes

image

Stillshows this.

Then the trigger isn’t putting the triggering player into the property.

Did you make sure to wire that before you activate the widget and end the game?

1 Like

I did the trigger first, then the widget then the end game.

What setting do I put for the property and the trigger?

It’s only the block code that Haiasi put in.

1 Like

What abotut eh property?

no settings besides making it a text property

The way I did it in GK8 is as follows:

  1. Set a property to the full message you want to show up.

image

  1. Have the end of game notification display that property!

image

2 Likes

.-.

whoa

complicated

1 Like

It looks crazy because the message I want to send is huge. And because I’m a perfectionist, the full block code looks like this:

For a message that looks like this:

3 Likes

I don’t need time. I just want it to show who won.

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