am new to scripting, just want to make a personal script for chatsusa, i have this code:
alias status {
dll $ktool CreateSb
dll $ktool SbSetPadding 0
dll $ktool SbSetParts 190 450 630 840 -1
dll $ktool SbSetText 0 > noborder > test
dll $ktool SbSetText 1 > noborder > 1
dll $ktool SbSetText 2 > noborder > 2
dll $ktool SbSetText 3 > noborder > 3
dll $ktool SbSetText 4 > noborder > 4
dll $ktool SbSetBgColor $rgb(222,219,214)
}
alias status_connect {
/dll dlls\ktools.dll SbSetText 0 > flat > $server
/dll dlls\ktools.dll SbSetIcon 0 > resource\icons\50.ico
/dll dlls\ktools.dll SbSetText 1 > asdf > Server: $server
}
but get -
* /dll: unable to open 'C:\Documents and Settings\Dale Fox\My Documents\Levi\mIRC\dlls\ktools.dll' (line 2, status.mrc)
-
does anyone know what it is?
thanks