Could use some assistance scripting please!

I’m trying to make a rule that would mimic sombras low enemy hp vision mechanic on some dummy bots for a zombies mode that triggers only when there is 1 zombie left, the vision would be seen be all of party 1 & vision restored back to normal once the target dies. here’s what i’ve been playing with, hopefully it helps you help me x) Thanks in advance!

rule(“Last bot marker”)
{
event
{
Ongoing - Each Player;
Team 2;
All;
}

conditions
{
	Global.B <= 1;
}

actions
{
	Create Icon(All Players(All Teams), All Living Players(Team 2), Sad, Visible To and Position, Red, False);
	Start Forcing Player Outlines(All Living Players(Team 2), All Players(Team 1), True, Red);
}

}

And what exactly is your question/request?

Start forcing outlines can’t be seen through walls
message is no longer accurate*

3 Likes

Now they can, on the PTR :>

2 Likes