• Welcome to Valhalla Legends Archive.
 

Help with wildcards!

Started by Yegg, September 25, 2004, 07:17 PM

Previous topic - Next topic

Michael

I would like to know what is the point of the timers?

Yegg

i'll let u figure this out on ur own with 1 small hint.....ipbanned from flooding...

Michael

That has to be the worst idea for a queue system i have ever seen.... Wow...... anyway i suggest useing a array and one timer. then make the timer send out
the array, But before it sends it checks text lenth as in

public sub arraycheckandsend(own as boolean)
if own = false then
if len(array(0).text) =<59 then timer.interval = 6000
send array(0).text
else
timer.interval = 3500
send array(0).text
end if.
else
send left(array(0).text), 59)
send left(array(0).text), 59)
send left(array(0).text), 59)
send left(array(0).text), 59)
timer.interval = 12000
end if


or something along them lines that dosent require alot of pointless timers which uses more ram then needed. also you will have to design a code to remove the array(0).text and make array(1).text into array(0) which can be done but i don't have the time to post the code.