#i need to make it so only one person can have king role at a time
16 messages · Page 1 of 1 (latest)
Explain more
so a trigger volume gives player king role for sSitting on throne but if a player already has king role then the player doesn't get king role
Get players with role("king") -> list get count -> Greater than(0)
Could you explain more, i can't get what you need help with
Plus if circuits give role to player that they already have it; It won't affect
i want a game where there can only be one king and when he dies you can get the king role by claiming the throne
it works
Local player -> get combatant health -> less than(0) -> bool variable wired by update 30hz event
Bool variable changed event -> if true then -> player remove role("king")(local player)
how do i make the player with the role have more health than others
Idk
ok ill figure it out
Just give him shield instead of health cause changint the max health is not possible
@proven ivy
idk how
You might consider configuring 2 separate teams in a game role: 1 for the king (which is limited to 1 player) and another for everyone else.