This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 2 matches

by Acio
Sun Jun 26, 2005 7:20 am
Forum: Archive
Topic: yet another timer problem
Replies: 3
Views: 1834

ah,

and how would I go about doing that?

i'm not really into this whole tcl programming yet..(read noobie) :)

I tried putting the arguments after calling txt1 in brackets but its still whining about wanting txt1 in it too..:/

thanks in advance
by Acio
Sat Jun 25, 2005 9:58 pm
Forum: Archive
Topic: yet another timer problem
Replies: 3
Views: 1834

yet another timer problem

Ola, I have a problem with a timer command. when I call utimer as a loop it whines to me about missing arguments. here is the script: proc txt1 {nick host hand chan arg} { global basechan handle interval if {$chan != $basechan} { return 0 } if {[file exists /home/acio/eggdrop/text/txt1.txt]} { set o...