the author didnt use " " marks around the file paths

Code:
  mkdir $scriptdir $+ $did(4)


mkdir $+(",$scriptdir,$did(4),")
would probably fix this .. however its not good to edit someone elses script .. u should contact the author and wait for him to revise it.

do note that this occures many times in the script .. where he writes to a file in $scriptdir .. u would have to fix each instance of it.

the reason why it works on some things and not others is because of the way mIRC handles spaces .. it will error for you when there is a space in the path .. for example odds are you have a folder in your desktop that is 'IRC something' .. but notice the error stops at IRC



Cobra^