mIRC Homepage
Posted By: spirit_cro script help - 20/09/06 01:49 AM
Hello, in regards to my other post here is my old script.

alias read_next_help {
var %f = helpfile.txt , %lines = $lines(%f) , %chan = $1
inc %help.lread
if (%help.lread > %lines) { set %help.lread 1 }
if ($read(%f,%help.lread) != $null && $me ison %chan) { msg %chan $read(%f,%help.lread) }
}


To modify this to amsg instead of just msg helpfile.txt to one chan do i just take out $me ison %chan and change msg %chan to amsg ?
Posted By: RusselB Re: script help - 20/09/06 01:56 AM
Check your other post, and please don't double post in the future.
© mIRC Discussion Forums