question 1: can i have all my aliases and binds and **** in my config.cfg or do i have to put some of them into other files like autoexec.cfg?
id like to have it all in one file if it works
question 2: do aliases have to be declared in front of the part where they are used?
e.g.
alias bad_example "stop"------contrary to--------bind f12 "bad_example"
bind f12 "bad_example"----------------------------alias bad_example "stop"
hm, thats it for now i guess, got to get my scripts working >.<
::edit::
okay, and a perhaps not-so-basic-question
question 3: how can i produce output on my screen, so for example if i have my demoscript that lets me record up to 4 demos, it should print out which demo is going to be recorded now.
echo only prints to the console, any way to get what i want?