mIRC Homepage
Posted By: JAFO /debug and Raw questions - 24/08/05 03:36 PM
Since all the raw numerics are internal in mIRC, how can i display them in an @window? I'm pretty sure that this would be similar to /debug, but what i want to do is show just the raw numerics like this.

Example:
000 $word1 $word2 $word3 etc.

Any ideas?
Posted By: SladeKraven Re: /debug and Raw questions - 24/08/05 04:25 PM
Code:
Raw *:*: {
  if (!$window(@Debug)) window -C @Debug -1 -1 752 270
  echo @Debug $numeric --> $2-
  halt
}
Posted By: JAFO Re: /debug and Raw questions - 24/08/05 06:12 PM
Thanks, just what i wanted.
Posted By: SladeKraven Re: /debug and Raw questions - 24/08/05 06:53 PM
You're welcome dude. smile
© mIRC Discussion Forums