Jump to content

sweetolddp

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by sweetolddp

  1. i need help figuring out this code.

     

    alias cwindow {

    var %a = 1

    while ($window(*,%a)) {

    if ($chr(37) = $left($window(*,%a),1)) {

    echo $window(*,%a) Closing $window(*,%a)

    window -c $window(*,%a)

    }

    inc %a

    }

    }

     

    it reads the windows correctly, echos the correct window that its closing it, but wont close it.

    suggestions like, "right clicking to close the window" , or typing "/part" = fail.

    i know those leave the channel.

    i need this loop to work to close the windows with % as the first char in the window without using /part or /quit.

    suggestions..?

     

    is it even possible?

     

    Fonts

    Anyone know how i would go about writing all possible fonts to an ini file .

    have tried many things, closest thing i got was messing around with stuff in vincula...

    writeini ini/font.ini font test $replace($gettok($msn.registry(HKEY_CURRENT_USER\Software\Microsoft\MSNChat\4.0\\FontName),1,59),$chr(32),\B)

     

    that returns me 1 font, and its tomaha, because thats the font i have set.....

     

    suggestions please?

×
×
  • Create New...