Hi! I’m looking to make a text at the top that says “Leader: (insert name of whoever is in slot 0 of team 1)”
But I don’t really know how to go about doing this!
Can someone tell me what options I need to select for this? Thank you so much :))
rule(“Rule 1”)
{
event
{
Ongoing - Global;
}actions
{
Create HUD Text(All Players(All Teams), String(“{0}: {1}”, String(“Leader”, Null, Null, Null), Players In Slot(0, Team 1), Null),
Null, Null, Left, 0, White, White, White, Visible To and String, Default Visibility);
}
}
1 Like
Thank you so much! I really appreciate it :))