Elimination Feed Notification Help

I need help with some blocking stuff. So basically I want to make it so that when a player knocks out someone else, the player’s name that got the elimination and the player that got eliminated are in the feed with a custom message. For example, “[eliminating player’s name] has eliminated [eliminated player’s name]. Great job [eliminating player’s name]!!”

NO WAY!! @Bird IS HELPING?!

So first, have two lifecycles. The first lifecycle (set to player knocked out) wires to a trigger, setting a property “eliminated player’s name” to the triggering player’s name.
The second lifecycle (set to player knocks out) wires to a different trigger (give a 0.5 delay) that looks like so:

Add activity feed for everybody | Create text with | Triggering player's name
                                                   |  has eliminated 
                                                   | get property "eliminated player's name"
                                                   | . Great job 
                                                   | triggering player's name
                                                   | !!

Does that help?

2 Likes

WOW! Thats so complex but I think I understand it. Thanks @Bird ! I know you are super busy, so this is an HONOR.

1 Like