How to do make macros bigger than one line?
There isn’t a carriage return character or function built into Quake. The only way to do this is to make 2 macros and execute both consecutively. Version 0.95 on up save block messages. Example: —————-Contents of a script file———— say_team “>>>>>Team Respond Now <<<<<<" say_team ">>>>>Return To Base Now <<<<<" --------------------End of contents---------------- That would take up 2 lines, if they were both in a script file and executed.