Page 1 of 1

Script problem

PostPosted: Sun Nov 12, 2006 3:43 pm
by will97
Is there sombody here that can tell me what s wrong with this script:
Code: Select all
if(scor.textNumber>95);
{
    CreateActor("end", "icon", "(none)", "(none)", -100, 150, false);
}

PostPosted: Sun Nov 12, 2006 3:53 pm
by sonicfire
Mhh maybe "score" instead of "scor"?
Check if all the names are correct!

PostPosted: Sun Nov 12, 2006 5:17 pm
by Fuzzy
take the semi colon ';' off the end of the line with the if.

PostPosted: Sun Nov 12, 2006 6:34 pm
by sonicfire
:x Doh! HavenĀ“t seen that :D

PostPosted: Tue Nov 14, 2006 11:41 pm
by will97
:D tank you :D