right so i need three of these now

i have tried this but dont work

on *:start:.hmake text | if ($exists(text)) .hload text text
on *:exit:hsave text text
on *:start:.hmake text1 | if ($exists(text1)) .hload text1 text1
on *:exit:hsave text1 text1
on *:start:.hmake text2 | if ($exists(text2)) .hload text2 text2
on *:exit:hsave text2 text2
on *:text:*:?:if ($hfind(text,$strip($1-),1,W).data) { .timer 1 60 msg $nick $!read(randomtext1.txt,nt) | msg $nick $1- our system will reply in 60 seconds
on *:text:*:?:if ($hfind(text1,$strip($1-),1,W).data) { .timer 1 60 msg $nick $!read(randomtext2.txt,nt) | msg $nick $1- our system will reply in 60 seconds
on *:text:*:?:if ($hfind(text2,$strip($1-),1,W).data) { .timer 1 60 msg $nick $!read(randomtext3.txt,nt) | msg $nick $1- our system will reply in 60 seconds
}


is there away to load from one line ?

again thanks wayne