How would the list be parsed? Also couldn’t the system (possibly) be cheesed if the player username has the parse signal character.
Unless the parsing function use length instead, but that does pose the problem w/ property length limit (If list is too long and can’t fit if it is a large game)
I made this by using a global property and setting it to the player’s coordinates whenever they move and then broadcasting to all other players to see if their coordinates are at least sqrt(2) within that distance and if so, they would broadcast back using a player id system.
You could use my guide on how to track every players’ positions to make this system.
You would just have to add a distance based tracking system that tags anybody near you (probably within 1 or 2 tiles but you’d have to play around with it) you can find where I made this in this among us guide under the 2nd part of the killing section:
Just change the ≤ 3 to be a 2 or a 1, and make it run constantly instead of having to push a button.
Infection, but the infector doesn’t know they have been infected. Basically, someone starts out with a virus, but they don’t know it, and they infect anyone they get near, without either one of them knowing.
set the relay to random player and life cycle to game start the trigger sets the player scoped Boolean property to true and when some is tagged by another person it gets set true for the tagged person and they don’t respawn meaning it spreads like a virus to test the results just use this block code in a notification that sends when it receives on the channel put out by the property when it changes
oh crappeth I forgot to add to add the block code that makes it so it checks when the player that has the property set true is not on the right team to tag at the start so it switches them to team one ._. brb
the thing is when you use the tag system it requires teams when you use coordinate system its kinda tough to compare 2 player’s properties when they’re the same player scoped property and when u update a different property in the cd other than the actual devices settings it still doesn’t work :\