mIRC Home    About    Download    Register    News    Help

Print Thread
#101304 22/10/04 02:19 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
on *:START:clock
on *:CLOSE:%time:.timerclock off

alias clock {
set %time @ $+ $time
timerclock 0 1 setclock
if (!$dialog(tabla)) dialog -m tabla tabla | did -i tabla 4 2 %time
}

alias setclock { var %t = @ $+ $time | set %time %t }


i try to put a clock into a table , i try with that
any sugestions?


mess with the best
#101305 23/10/04 04:38 PM
Joined: Aug 2004
Posts: 16
I
Pikka bird
Offline
Pikka bird
I
Joined: Aug 2004
Posts: 16
Hi!

I tried it this way, the clock works.
I didnt know, for which reason you need a "on Close" event, so i left it out wink

on *:START:clock

alias clock {
timerclock 0 1 setclock
}

alias setclock {
if (!$dialog(tabla)) dialog -m tabla tabla
did -i tabla 2 2 @ $+ $time
}


Regards,
KathY
#101306 23/10/04 07:58 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
thnx


mess with the best

Link Copied to Clipboard