Quote Originally Posted by Confusingboat View Post
How to Nascar:


In C#:

void Nascar(Car car)
{
int laps = 0;
do
{
car.Drive(TrackShape.Oval);
lapsRun++;
}
while (lapsRun < 500);
}
Your name is fitting...cuz that confused the chit outta me.