I was just wondering if there was a way to get the correct spacing you want.. like, this is my script now:

Code:
on *:text:.cs*:%chan: {
  msg $nick 14[3Coming Soon..14]: [beta14] v2.0
  msg $nick 14 >> Blah..
  msg $nick 14    - Example
  msg $nick 14    - Example
  msg $nick 14    - Example
  msg $nick 14    - Example
  msg $nick 14 >> Blah..
  msg $nick 14 >> Blah..
  msg $nick 14 >> Blah Blah..
  msg $nick 14    - Example
  msg $nick 14 >> Blah Blah..
  msg $nick 14    - [7Example14]
  msg $nick 14    - [7Example14]
  msg $nick 14 >> Blah Blah..


But whever I type [.cs] it has the >>'s and -'s all even, I want it to look like:

Code:
[Coming Soon..]: [beta] v2.0
  >> Blah..
     - Example
     - Example
     - Example
     - Example
  >> Blah..
  >> Blah..
  >> Blah Blah..
     - Example
  >> Blah Blah..
     - [Example]
     - [Example]
  >> Blah Blah..


With all the colors of course, I was jus too lazy to put em on everything and it's easier to read in the 2nd one :tongue: Sorry about it being kinda lengthy for an example too, it's my direct script but replaced with Examples // Blah's blush Anyway, I was just wondering if there was a way to make all the spacing the way I want it, cause I've been trying to figure it out almost all morning.


[lime]


[Coming Soon..]