(For this there’s 4 teams) How do I make a system that lets any 1 player of 3 teams (2, 3 & 4) give that specific player an item once they knock out someone from team 1? BUT, it can only happen once per game.
1 Like
Lifecycle—> checker that checks whether or not they have specified item. If they do have the item—>nothing. If they don’t have the item—>item granger granting specified item
Edit: make sure the lifecycle is set to “player knocks out” and not “player knocked out”
1 Like
I’m going to need to do some testing to see how to make it only happen if you knockout someone from team 1
1 Like
Yeah sadly after looking I can’t figure out how to only give the item when you knockout someone from a specific team (in this case team 1).
1 Like