hey ppls i need some herlp can u please tell me whats wrong with this code
on *:dialog:nicklistdlg:*click:2:{
 tokenize 32 $did($did,1)
 if ($1 == rclick) { nicklist.options }
 if ($1 == dclick) { nonyet }
}
alias popdll { dll dlls\POPUPS.dll $$1- }
alias imgs { return $mircdir $+ images/ $+ $1 $+ .ico }
alias pop1 tokenize 32 $dll(dlls\popups.dll,Popup,$1-) | if ($isid) return $1- | $iif($4- != did not select a menu item,$4-)
alias nicklist.options {
 dll $popdll New nicklist.options 16 16
 dll $popdll nicklist.options icon small $imgs(halo)
 dll $popdll AddItem nicklist.options end +> 1 1 Nickname %selectednickname
 pop1 nicklist.options $mouse.dx $mouse.dy
}
its not friggen working