yeah thanks for your idea. i find this extremely interesting. although i consider myself a very experienced zombie, im extremely noob at scripting. i get very annoyed having to change scripts everytime i switch from red to blue, or blue to red.
When i go to human team (blue) with a fast knife script, i can't change my weapons and im stuck with one wepon in my hand. number keys are useless because in zombie you have more than one main and secondary weapons and weapons come out random.
When i go to zombie (red) with a weapon switch script, i dont have the advantage of fast knifing. , so i find myself constantly having to type in another script to change it from this to that, and on and on every time i switch teams which is very tiring and annoying.
but your script told me that you can switch from both fast knife to human with one push of a button. WOW
but even though i read your post very thoroly, i dont completely understand what to type in the urt console.
i know you were just explaining what is happening, but it's because of that why i'm confused what to type.
could someone please tell me what to type in the console? like no explanation, just a straight forward line by line command im supposed to type. sort of like what im about to show at the bottom.
PS, the script below is an untested script from an unexperienced beginner (me).
What it's supposed to do is when i press Z, it will say "zombie mode activated" and the scroll wheel will be attack commands (for fast knifing). when i press X it will say "human mode activated" and the scroll wheel will for switching weapons instead. i dont know if it works. it may have a few gimiks and mistakes or somthing i didnt add. could someone tell me if this would work? and any feed back, suggestion and improvement is very helpful and appreciated. thanks for your time.
/set exec zombie.cfg "bind MWHEELUP +attack; -attack; +attack; -attack"
/set exec zombie.cfg "bind MWHEELDOWN +attack; -attack; +attack; -attack"
/set exec human.cfg "bind MWHEELUP weapon prev"
/set exec human.cfg "bind MWHEELDOWN weapon next"
/bind Z "exec zombie.cfg; ut_echo "Zombie Mode Activated";"
/bind X "exec human.cfg; ut_echo "Human Mode Activated";"