Elation wrote:
Switching boolean vars with != is a very good idea- it saves you from doing all those if() statements in the snippet you wrote before.
Wait, i heard of boolean before, i just cant seem to remember what it is right now >_>
if(squirl)//Checking for TRUE, 1, etc.
is alot better than
if(squirl==1)//In most cases.
Sounds great, but can you make it so it replaces usr with src? Lol, then I wont have to worry about writing usr ^^