alot of the problems were caused by useing < which is less than it should be >= greater than or equal to. and use else, even if you want nothing to happen otherwise just use
- Code: Select all
else
{
//nothing
}
idk y it works it just does
EDIT: forgot file...