There are some that don’t know about this because it is not written out. But, could you include the text that F7 unreadies once you ready up?
Minor HUD suggestion for warmup [unready text]
murka
(murka)
#3
Something like this?
[Engine.PlayerInput]
Bindings=(Name="Ready", Command="OnRelease PlayerReady true | SetBind F3 UnReady")
Bindings=(Name="UnReady", Command="OnRelease PlayerReady false | SetBind F3 Ready")
Bindings=(Name="F3", Command="Ready")
Tho it will remember the state across maps so every map start you need to press twice, unready and then ready.