Key Binds for text?!?!?
#5
bind "KEY" [say "Message here."]

Says a single message (whatever is within the quotes "" after say) publically.

bind "KEY" [say "%Message here."]

Says a single message (whatever is within the quotes "" after say) to teamates only. Hence the percent sign % being used before the actual message. If you are NOT in a team mode, any messages containing the percent sign will STILL be shown to the public - since you have no *team*.

bind "KEY" [say "Message #1 here."; say "Message #2 here."]

Says two messages (whatever is within the quotes "" after say) publically.

bind "KEY" [say "Message #1 here."; say "%Message #2 here."]

Says two messages (whatever is within the quotes "" after say). First would be shown to the public, the second only shown to teamates.

More messages could be added to a single keybind/alias with additional use of the semicolon ; to seperate multiple say commands.

Of course you'll want to change "KEY" to whatever key you want to bind the particular message(s) to. (e.g. bind "H" [say "%Help me noobs!"])

HTH! :)
Thanks given by:


Messages In This Thread
Key Binds for text?!?!? - by MykeGregory - 29 Jul 10, 03:08PM
RE: Key Binds for text?!?!? - by C4rU$ - 29 Jul 10, 03:10PM
RE: Key Binds for text?!?!? - by Orynge - 30 Jul 10, 07:32AM
RE: Key Binds for text?!?!? - by C4rU$ - 30 Jul 10, 09:00AM
RE: Key Binds for text?!?!? - by Bullpup - 29 Jul 10, 04:38PM
RE: Key Binds for text?!?!? - by Gibstick - 29 Jul 10, 07:36PM
RE: Key Binds for text?!?!? - by Bukz - 29 Jul 10, 11:05PM
RE: Key Binds for text?!?!? - by Orynge - 30 Jul 10, 09:02AM
RE: Key Binds for text?!?!? - by Mr.Floppy - 30 Jul 10, 09:03AM
RE: Key Binds for text?!?!? - by C4rU$ - 30 Jul 10, 09:06AM
RE: Key Binds for text?!?!? - by Gibstick - 30 Jul 10, 02:26PM
RE: Key Binds for text?!?!? - by C4rU$ - 30 Jul 10, 02:57PM
RE: Key Binds for text?!?!? - by V-Man - 30 Jul 10, 04:36PM