hi guys I am using Absorbx tutorial to make the following code:
;in remotes:
menu channel {
Absorbx.tutorial
}
alias Absorbx.tutorial {
dll $popups New Absorbx.tutorial 16 16
dll $popups SetStyle Absorbx.tutorial bordericon
dll $popups LoadImg Absorbx.tutorial icon small pictures\msn.ico
dll $popups AddItem Absorbx.tutorial end + 1 Part Channel $cr partchanel
$pop1 Absorbx.tutorial $mouse.dx $mouse.dy
}
alias pop1 tokenize 32 $dll(dlls\popups.dll,Popup,$1-) | if ($isid) return $1- | $iif($4- != did not select a menu item,$4-)
;in aliases
/popups { return $shortfn($scriptdirdlls\popups.dll) }
the script can not detect the alias and I see Absorbx.tuorial (as hidden menu), any help please?