Hi. I have a somewhat strange question. Could the echo command in console display items in list somehow?
To explain:
I have made a list of map vote aliases to my cfg like
etc.Code:alias vote_camp "callvote map campgrounds"
I have also defined a few aliases to show different map groups i.e CA maps, FFA maps and so forth. The lists would serve to remind me all the aliases I have set for various maps, as i can't remember them all by heart
So far I have managed only to display them in a continuous line using echo.
I have searched around but have not found a solution as to how or even if it is possible to display a list in console.Code:alias camaps "echo camp:Campgrounds - lost:Lost World - ... - asy:Asylum"
Could any of you suggest a better way to display a list, preferably in console, or some other solution to my aliases construct.
Have triedandCode:\noptions but with little success.Code:echo.
Thanks ahead..



Reply With Quote
Thanks for quick reply. 
Thanks for the tip. I created maps.cfg for my map aliases and vstr's and refer to it via exec "maps.cfg" from my main cfg.
