ID:150059
 
There are 2 errors that accer when I compile my game . "missing expression" and "expected }" . Could someone help me with those 2 errors ?
You can't be helped if you don't show us the code that give you errors.
Teengohan4 wrote:
There are 2 errors that accer when I compile my game . "missing expression" and "expected }" . Could someone help me with those 2 errors ?

Missing expression means that you are using = instead of == in an if() statement.