I have no idea what to do to fix this error. Please Help.
function Countdown()
{
if( --gameTime == 0 )
{
CancelInvoke( “Countdown” );
if( Score == <5 && gameTime == 0 )
{
Application.LoadLevel( “LoseScreen” );
}
}
}
if( Score <= 5 && gameTime == 0 ) {
Correcting that line should do it.
Please use code formatting next time so we can read the code faster.