ok, I'm back again, this will probably be my last post, everything on it is correct, just found a little problem that may be a little annoying.

Code:
alias check {
  if (*!*@XBConnect.com isin $address($active,2)) {
    if ($left($editbox($active),1) != $chr(47)) {
      if ($len($editbox($active)) >= 1) {
        if (%Typing != $true) {
          .msg $active Typing-Message: $true $me
        }
        set -u15 %Typing $true
      }
      else {
        if (%Typing) {
          .msg $active Typing-Message: $false $me
          unset %Typing
        }
      }
    }
  }
}
on ^*:TEXT:*:?: {
  if (Typing-message: $false == $1-2) {
    titlebar $xbv
    haltdef
  }
  if (Typing-message: $true == $1-2) {
    titlebar $xbv -][*][-][*][-][*][--=[ $3 Is Typing A Message. ]=--][*][-][*][-][*][-
    haltdef
  }

ok the .msg and the haltdef part, it doesn't show for now, but, once you check the log, all you see is 'Typing-Message: $false/$true $me' and it may get annoying for logging PMs, is there a way to not log the 'Typing........' part?

Here's an example of a log:
Quote:

[11:11:29] <Kurdish_Assass1n> yo
[11:11:30] <Kurdish_Assass1n> u there?
[11:12:28] <[Reaper]> Typing-Message: $true
[11:12:28] <[Reaper]> yeaq
[11:12:29] <[Reaper]> Typing-Message: $false
[11:12:39] <[Reaper]> Typing-Message: $true
[11:12:40] <[Reaper]> yea*
[11:12:40] <[Reaper]> Typing-Message: $false

Last edited by Kurdish_Assass1n; 22/12/06 05:40 PM.

-Kurdish_Assass1n