# Add to your config or set in the console (change keys bound as desired): // "r" will attempt to output the player list. "o" will change the output method. bind m "seta _qlrd_announce 0; seta _qlrd_announce 1;" bind n "vstr _qlrd_output" # Set these one time to initialize (comment out if entered into config): // These track the current output method and position in "cycling" through the methods. seta _qlrd_outputMethod "echo" seta _qlrd_output "vstr _qlrd_output1" # Add these to your config: // These are the output method states. seta _qlrd_output0 "seta _qlrd_outputMethod echo; set _qlrd_output vstr _qlrd_output1; echo ^2[QLRD] ^7output method is now ^5echo; print ^2[QLRD] ^7output method is now ^5echo ^7(check the console!)" seta _qlrd_output1 "seta _qlrd_outputMethod print; set _qlrd_output vstr _qlrd_output2; print ^2QLRD: ^7output method is now ^5print" seta _qlrd_output2 "seta _qlrd_outputMethod say_team; set _qlrd_output vstr _qlrd_output3; print ^2QLRD: ^7output method is now ^5say_team" seta _qlrd_output3 "seta _qlrd_outputMethod say; set _qlrd_output vstr _qlrd_output0; print ^2QLRD: ^7output method is now ^5say"