mIRC Home    About    Download    Register    News    Help

Print Thread
#133822 25/10/05 11:33 PM
Joined: Sep 2005
Posts: 53
C
Babel fish
OP Offline
Babel fish
C
Joined: Sep 2005
Posts: 53
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...

#133823 26/10/05 01:05 AM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
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: 
}

 


D3m0nnet.com
#133824 26/10/05 01:07 AM
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
Wow hello there smile

You're certainly old on these boards o.O 11/12/2002 welcome back!


Gone.
#133825 26/10/05 02:08 AM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
_D3m0n_ used to be a great helper here and one of the most active on the boards smile Shame he left for so long.

#133826 27/10/05 11:06 PM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
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.


D3m0nnet.com

Link Copied to Clipboard