Hi,

I downloaded a script from some website and tried it. The name of the file was de.mrc and I did /load -rs de.mrc. it said:

* Loaded script 'C:\mIRC\de.mrc'

So far, so good.

But then whenever I try one of the script's commands, it says this:

* $dll: unable to open 'C:\mIRC\darkenginepro.dll' (line 94, de.mrc)

The file darkenginepro.dll is in C:\mIRC. C:\mIRC\darkenginepro.dll exists so the problem is not that the file does not exist.

Line 94 in the script looks like this:

alias de { return $dll(darkenginepro.dll,$1,_) }

I know that the script works because I've seen it work on my friend's computer so why does it not work on mine?

Any ideas?