mIRC Homepage
Posted By: CraZyHanD New Window - 25/10/05 11:33 PM
Sorry to post this topic here, but everytime I login and go into Popups and Scripting I get logged off.
Anyway I need help with a script.
How would you open a new window to see chrs.
I did have a alias where a new window opens up that shows all chrs but I dont have it anymore so I made one in the remotes. I made it something like this but longer:

On *:text:chrs:#: {
/window -el {
/msg $window $chr(1)
}

And so forth...
Posted By: _D3m0n_ Re: New Window - 26/10/05 01:05 AM
here is one i made for mine long ago feel free to change the window name and such

Code:
 
alias asciitable {
  /window @D3m0nicChaos
  /aline $color(info) @D3m0nicChaos Ascii: $chr(9) Value:
  /aline $color(info) @D3m0nicChaos $str(-, 25)
  /set -u0 %ascii 0
  while (%ascii <= 255) {
    /unset %info
    if (%ascii == 0) /set -u0 %info $+($,NULL)
    else if (%ascii == 2) /set -u0 %info BOLD (Ctrl+B)
    else if (%ascii == 3) /set -u0 %info 12C4OL8OR (Ctrl+K)
    else if (%ascii == 13) /set -u0 %info Enter/Return
    else if (%ascii == 15) /set -u0 %info PLAIN (Ctrl+O)
    else if (%ascii == 22) /set -u0 %info REVERSE (Ctrl+R)
    else if (%ascii == 27) /set -u0 %info Escape
    else if (%ascii == 31) /set -u0 %info UNDERLINE (Ctrl+U)
    else if (%ascii == 32) /set -u0 %info (Space)
    else if (%ascii == 160) /set -u0 %info (Hard Space)
    /aline $color(info) @D3m0nicChaos %ascii $chr(9) $+($chr(%ascii),) $chr(9) %info
    /inc -u0 %ascii
  }
  /aline $color(info) @D3m0nicChaos $str(-, 25)
  /aline $color(info) @D3m0nicChaos Ascii: $chr(9) Value: 
}

 
Posted By: FiberOPtics Re: New Window - 26/10/05 01:07 AM
Wow hello there smile

You're certainly old on these boards o.O 11/12/2002 welcome back!
Posted By: hixxy Re: New Window - 26/10/05 02:08 AM
_D3m0n_ used to be a great helper here and one of the most active on the boards smile Shame he left for so long.
Posted By: _D3m0n_ Re: New Window - 27/10/05 11:06 PM
yes i signed up here shortly after the new board was installed when they lost the old one, i also was a member of the OLD board, so ive been around here alot longer than that date you see there.
© mIRC Discussion Forums