I´m Back!

I´ve seen some impressive and progressive scripts with those cool smiley´s, I liked all of them, but For now I stick with with the simple but effective bar I´ve now got in our logonscript :

:PROGRESSBAR
COLOR r+/r
IF $PROGRESS = 60
$PROGRESS = 40
EndIF
BOX(15,30,14,$PROGRESS,"full")
$PROGRESS = $PROGRESS + 4
COLOR b/b
Return

and in various places I placed:

GOSUB PROGRESSBAR

I chose this, because all of the other scripts i´ve seen here, have 1 problem: you can´t use them in an actual script, because kix will display the bar, and then go on with the rest of the script, but I want the progressbar allways in sight, and progressing with my script, so I am rebuilding the last smiley script, because I liked that very much


1 last thing: I find it really cool of you guys that you participate this much! If you keep working on that progressbar, we get the most advanced bar the kixworld has ever seen!

So the last step is: a progressbar that is actualy PROGRESSING with the script.... (although i´ve seen some examples, but they were effectively the same as I´ve already got, so a smiley progressbar that is progressing with the script is what we want and need

Hoping for even more cool scripts,

MF