Code:
On *:Text:.help:?: {
  play $nick cmd.txt 1000
}


//write cmd.txt .Command1 $str($chr(160),5) .Command2 $str($chr(160),5) .Command3

But $chr(160) isn't preferred as it wont work on all fonts.

-Andy