Reply to Re: The Wishlist
If you don't have an account, just leave the password field blank.
Ok, how about we add the friggin mp3 support, and only use it if it makes sense and you feel justified doing so. Sheesh, quit yer bickerin
Oh, and a good suggestion (i think it hasn't been said yet)
Maybe add a number of times to loop a goto command? So you'd have
loop:
//stuff
goto loop(5);
or something.. and it would go 5 times (duh) and thus eliminating having to make a variable and adding one and checking..
Oh, and a good suggestion (i think it hasn't been said yet)
Maybe add a number of times to loop a goto command? So you'd have
loop:
//stuff
goto loop(5);
or something.. and it would go 5 times (duh) and thus eliminating having to make a variable and adding one and checking..