How do I echo multiple lines on the screen?
I used:
but it comes out like this: (Screenshot)
I want it to echo multiple lines on the screen.
No newline tags existed it seems (/n). Changing con_filter and contimes every line doesn't work, and I don't see Wait or Sleep command available to be used. Help would be nice.
I used:
Code:
developer 1 con_filter_enable 1 con_filter_text "!--" contimes 8 con_notifytime 3 //When in game I uses echo "!--1 Line" echo "!--2 Line" echo "!--3 Line" echo "!--4 Line"
Code:
!--1 Line !--2 Line !--3 Line !--4 Line
No newline tags existed it seems (/n). Changing con_filter and contimes every line doesn't work, and I don't see Wait or Sleep command available to be used. Help would be nice.
Comment