Battle Royale Revenge

This post is about how to respawn players after the person that killed them dies. This is basically a direct answer to:

The Concept

So the basic idea of this is that each player has a knockout signature. This means that when a person knocks another player out, they receive the signature. In this case, the signature will be the number of bait. When the person dies, all players with the signature respawn. This is just a gross oversimplification of how we implement this, but that is the gist of it.

Assigning the Signature

So we make a device system that detects the amount of players in the game. Use this guide:

Make a property that is “Kill Signature”. This should be set to the number of players when the player enters the zone you made for the player detector. Make sure you make the player detector first, due to AUO!!! Also, make the “Kill Signature” property’s scope set to player. Make a Property called “Recent Kill Signature”. This should be global scope.

Granting the Kill Sig
Make a property named “Killed Signature” connected with an item manager that track the item you are using for a kill signature. Go into the blocks for a Knockout Manager. Put this code in:

Make the Knockout Manager track Player knockouts.
Now, add an item granter. Make a channel block receiving on Add Kill Sig. Make it grant “Recent Kill Signature” amount of the item. Make an item granter that first subtracts “Amount of Players” items and then grants “Recent Kill Signature” items. Don’t worry about the last 2 lines for now.

Checking the Kill Sig
Now, this is the time for the other channel and property that we added in the knockout manager. Make a relay relay on the channel “Check Kill Sig” for everybody. “Recently Killed Signature” is a global property. In a trigger, or something else that has block code, check if “Recent Kill Signature” = “Killed Signature” when receiving on “Check Kill Sig”. In triggers, you can set it to trigger itself when it receives on the channel.

And that’s it!
Comment if there’s any bugs!

Difficulty
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
0 voters
8 Likes

Nice guide, @getrithekd for UOTM

3 Likes

Thanks! #startcampaign!

3 Likes

How do they choose UOTM

1 Like

Likes and such (I will be liking you now).

Ok thanks.

3 Likes

I wonder, can we get the first actual good choice of UOTM with @getrithekd ?

Nice guide, @getrithekd!
#UOTM

The first (and only) good choice was @Pika_Pokemon

3 Likes

Yeah. I was especially mad that @Vortex-Mist and @Dragontamer didn’t get it July.

2 Likes

Nice guide, @getrithekd!

2 Likes

I still can’t believe that @aegleu made 1 Help post and got it.

4 Likes

Wait a minute, it said they were invited by you and they gave you 58 likes…

2 Likes

What’s UTOM?

1 Like

Yeah, he is my friend (and he’s gone inactive)

User of the month = UTOM

3 Likes

Did they brag when they found out they got it?

Oh ok thanks.

Oh yeah, so much. It was so annoying.

1 Like

UOTM , not User the of month lol

Oh shoot, thanks.

1 Like