JarateKingLeuxDhey, thank yo'u so much! i'll update this later, i'm busy now, but thank you anyways. let me just ask you a thing, do you liked the idea?A lot of people would probably use voice chat, but it's always good for new scripts to be made. I do remember hearing about a mute (maybe deaf? can't remember) player who would use a script like this, since they needed it for callouts.
LeuxDBut, here, the alias are useless, i don't think the why should i use themIf you want to add to the script to do more, it's easier. For example, if you wanted to change the script so that it prints everything out on one line (but requires multiple keypresses before it prints anything):That's one of the main reasons that using aliases, even when you don't need to, is a "best practice." It just makes things easier when you want to change it later.// commands to re-alias alias leuxd_say_0 "leuxd_say_0a" alias leuxd_say_1 "leuxd_say_1a" //... // first keypress, switch to different modes alias leuxd_say_0a "alias leuxd_say_0 leuxd_say_00; alias leuxd_say_1 leuxd_say_10" alias leuxd_say_1a "alias leuxd_say_0 leuxd_say_01; alias leuxd_say_1 leuxd_say_11" //... // second keypress, say different things alias leuxd_say_00 "leuxd_reset; say_team UBERED SCOUT" alias leuxd_say_01 "leuxd_reset; say_team UBERED SOLDIER" //... alias leuxd_say_10 "leuxd_reset; say_team INJURED SCOUT" alias leuxd_say_11 "leuxd_reset; say_team INJURED SOLDIER" //... // additional logic alias leuxd_reset "alias leuxd_say_0 leuxd_say_0a; alias leuxd_say_1 leuxd_say_1a" // the binds remain the same as before bind "KP_INS" "leuxd_say_0" bind "KP_DOWNARROW" "leuxd_say_1" //...
wtzI don't think the why he should use this either
answer this, karate King, is it a black and blue or white and gold dress?Show Contentblack andd blu:
thank you so much, again, but, i'm really new to tf2's coding, so i didn't understand a big part of the coding, i'm sorry.
if you want so, we can talk to each other in a private chat, that would be way more easier.
(also, i'm sorry about my english, it isn't my first language)