Hiyaaa all,
I made a variable to store my money.
var money;
every time my taxi gets a passenger, it adds 8 to the money.
if(taxi gets passenger)
{
money += 8;
}
I got so many until the money variable wont add 8 to itself anymore.
It jsut displays 99.
What is this?
I read in the manual tha a variable can hold up to six digits?
Thank you for your help.
/////////////////////
