Ideas for an FFA map

Better Version (of my guide)

First, place a Lifecycle.
Set the Event to “Player Knocked Out.”


Then, place a Counter.
Here are it’s settings:

Set the “Starting Value” setting to the number of lives you want each player to start with.
Set the “count scope” to player.

Now, place your property.
I’ll call mine “LivesLeft” but you can name yours whatever you want.
Set the “Property Type” to Number and set the Default Value to the number of lives you want each player to start with.
In the “when property value changes” channel slot, make it broadcast on “updateoverlaylivesleft” or whatever channel you want.
This will be important for the blockcode.

Let’s go back to the Counter.
Go to the “Property” tab and set “Update Property” to “Yes” and put the property you created.

Wire the Lifecycle to the Counter.

(Lifecycle) Player Knocked Out —> (Counter) Decrement Counter

Place your Game Overlay.
Set the Overlay Type to “Text.”
Set the “Content Scope” to player.

Finally, go to the Game Overlay’s blocks.
Create a new block when receiving on a channel.
Now, make it receive on “updateoverlaylivesleft” or whatever channel you put in the property’s “when property value changed, transmit on” chanbel slot.

Put this blockcode in:

BLOCKCODE KEY:

”Set Text” = For This Device

”Create Text With” = Text

”Get Property” = Essentials

” Lives Left” = Text

okay um i just copied this from a post i made

5 Likes