That is possible, and not difficult to realize. Put the following stuff at the end of your config file (normally
q3ut4 q3config.cfg ):
Code:
set medic_1 "set medic vstr medic_2; ut_radio 3 3 Need medic blabla... Status: $health"
set medic_2 "set medic vstr medic_3; ut_radio 3 3 Need morphium blabla... Status: $health"
set medic_3 "set medic vstr medic_1; ut_radio 3 3 I need a doctor ASAP... Status: $health"
set medic "vstr medic_1"
bind F5 "vstr medic"
I hope you understand this code and can adjust it to your needs.
If you want to dive deeper into UrT scripting
read the f manual or search this forum, some stuff was already answered...
Have fun.