Workshop Vector HUD tracker for OW2

OW2 doesn’t have workshop enabled at the moment, so finding vectors might be a little difficult for some players. Here’s a vector HUD tracker for those who need it. I hope this helps :heart:︎. Slot 0 is host.

rule(“:heart:︎。・Vector HUD”)
{
event
{
Ongoing - Each Player;
All;
Slot 0;
}

actions
{
    Create HUD Text(Host Player, Null, Position Of(Event Player), Null, Right, 3, Color(White), Custom Color(255, 221, 244, 255), Custom Color(177, 156, 217, 255), Visible To Sort Order and String, Default Visibility);
}

}

2 Likes