I mentioned it in another thread in order not to make a new thread about this, but it seems that its ok, so the discussion about the text messages will go here.
Script (example?):
bind v "vstr tmenu" // show main menu, don't really need this
// tmenu
set tmenu "vstr tmenu_main; vstr tmenu_main_binds"
set tmenu_main "echo 1. Chat | 2. Strategy | 3. Alerts | 4. Replies"
set tmenu1 "echo 1. Hi! | 2. Sorry! | 3. Bye!; vstr tmenu1_binds"
set tmenu2 "echo 1. I'll guard this area | 2. I'll go left | 3. I'll go right; vstr tmenu2_binds"
set tmenu3 "echo 1. Protect safe 1 | 2. Protect safe 2 | 3. They have the money!; vstr tmenu3_binds"
set tmenu4 "echo 1. Gotcha | 2. No can do | 3. On my way!; vstr tmenu4_binds"
set tmenu11 "say Hi!; vstr tmenu_main_binds"
set tmenu12 "say Sorry!; vstr tmenu_main_binds"
set tmenu13 "say Bye!; vstr tmenu_main_binds"
set tmenu21 "say_team I'll guard this area!; vstr tmenu_main_binds"
set tmenu22 "say_team I'll go left; vstr tmenu_main_binds"
set tmenu23 "say_team I'll go right; vstr tmenu_main_binds"
set tmenu31 "say_team Protect safe 1; vstr tmenu_main_binds"
set tmenu32 "say_team Protect safe 2; vstr tmenu_main_binds"
set tmenu33 "say_team They have the money!; vstr tmenu_main_binds"
set tmenu41 "say_team Gotcha; vstr tmenu_main_binds"
set tmenu42 "say_team No can do; vstr tmenu_main_binds"
set tmenu43 "say_team On my way!; vstr tmenu_main_binds"
// tmenu auto keybinding
set tmenu_main_binds "bind 1 vstr tmenu1; bind 2 vstr tmenu2; bind 3 vstr tmenu3; bind 4 vstr tmenu4"
set tmenu1_binds "bind 1 vstr tmenu11; bind 2 vstr tmenu12; bind 3 vstr tmenu13"
set tmenu2_binds "bind 1 vstr tmenu21; bind 2 vstr tmenu22; bind 3 vstr tmenu23"
set tmenu3_binds "bind 1 vstr tmenu31; bind 2 vstr tmenu32; bind 3 vstr tmenu33"
set tmenu4_binds "bind 1 vstr tmenu41; bind 2 vstr tmenu42; bind 3 vstr tmenu43"