WorldDMT commented on a Page, Max's Quote Dialog  -  May 18, 2009

hi

for "button "Close Dialog", 7, 84 95 34 9, ok cancel" put only ok or cancel like this

button Close Dialog, 7, 84 95 34 9, ok

for the alias htmlfree u can do this

alias -l htmlfree return $regsub($1-,/(^[^<]*>|<[^>]*>|<[^>]*$)/g,)

for dialog event u have be sur if $active is a chan and the id 5 isnt empty and u can replace $did(Quote,2).text to only $did(2) so

on *:Dialog:Quote:sclick:*:{
  if ($did == 3) { qdialog | unset %quot* %author }
  elseif (($did == 4) && ($active == #)) msg $v1 $did(2)
  elseif (($did == 6) && ($did(5))) msg $v1 $did(2)
}

attention!! dont use a "*" into menu

must be menu status,nicklist,menubar becose if u have a game coded with picwin u will get "Max's Quote Dialog" into the menu and that is not good

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.