[TF] mylib.zip
Brought to you by:
kenkeys
|
From: tinyfugue at attbi.c. (Galvin) - 2003-03-29 21:14:11
|
Brent Neal wrote: >> Brent Neal wrote: >> >>>> This is a text file, if I didn't zip it, it would of been around 34k >>>> I waited for a while before sending this out mainly to nail bugs. >>>> I hope you find this useful, I sure have. >>>> >>> >>> >>> If that delay function works as advertised, you are my new hero. :P >>> >>> >>> B >>> >> The delay function just counts past seconds, it does have an error of >> 1 second though. >> Since TF doesn't count in 100ths of a second it can't be more accurate. >> > > > > With a little tinkering, I got it to work. Your var names were > conflicting with global vars. Easy enough to fix. It works > fabulously, and is going to make some of my triggers a -lot- more > readable. Thanks! > > Right now, my Holy Grail is to have a function that delays execution > of one macro only without having to indulge in /repeat hackery, while > not blocking other macros and the input line. > > > B That shouldn't happen the vars in mylib.tf are local variables not global. If you're getting overshadow message that means you're using a global variable. But the function will still work. |