I would like to know if it is possible to bind messages to keys. For example, could I make it so that my q and w keys give the "/timeleft" and "/nextmap" say functions? If it is possible, then what are the commands?
<!--QuoteBegin--Dragon_Mech+Jan 7 2004, 10:42 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Dragon_Mech @ Jan 7 2004, 10:42 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Thanks! I'd like to note that you do need the quotes. <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd--> You would, however, need the quotes if you wanted to bind a key to say 2+ words, eg:
Comments
bind w "say /nextmap"
You would, however, need the quotes if you wanted to bind a key to say 2+ words, eg:
bind kp_end say "Eat my shorts"
bind q "say /timeleft ; say /nextmap"
will do both at once