;-=-=-=-=-=-
; DeadLy Script - ABOUT
;-=-=-=-=-=-
alias about {
  window -kpa +fbn @about 558 300 250 280 $icons(info)
  drawrect -fr @about $gettok(%xrgb,1,44) 1 0 0 250 280
  drawsq @about 20 20 200 180 about the deadly author
  bhe 30 Nick : DeadLy|myk
  bhe 50 Server : DALnet (irc.dal.net:7000)
  bhe 70 Channel : #ust,#coe,#cute
  bhe 130 Name : unknown
  bhe 150 Location : kalookan, philippines
  bhe 170 URL : $urls
  drawbut @about 90 215 60 20 OK
  titlebar @about DeadLy Author
}
alias bhe { drawtext -oc @about 1 arial 11 29 $calc($1 +1) 999 999 $2- | drawtext -oc @about 15 arial 11 30 $1 999 999 $2- }
menu @about {
  sclick: if ($inrect($mouse.x,$mouse.y,90,215 ,60,20) = $true) { window -c @about  | s.key | unloads about }
}
on 1:close:@about: unloads about
;-=-=-=-=-=-
;-=-=-=-=-=-
;-=-=-=-=-=-
