In my shooting game you kill enemys. i have created a score so you get 1 point each enemy you kill.
in global code i wrote.
- Code: Select all
if score.textNumber = 2
LoadGame(isometic test.gpe);
and i got the following error message:
"error line 1: expected (
error line 2: undefined type for relational operation"
any ideas how to load the next level after i have killed 2 enemies (2 points)??
Thank you for all help![/list]