I am trying to make a simple game but whenever i compile it i get this error:
"First Game.gbas"(78) error : wrong argument type :
The only problem is my file doesnt have 78 lines... or is the 78 something else?
Can anyone help?
can you paste in your code in a codeblock so we can have a look? Also make sure you have latest version of GL-Basic with using the built-in update function.
Updating it actaully worked :) thanks Moru! :nw:
Ok the update worked for you.
For future reference: the (78) response from the compiler means Line 78.
Arguement type means you might have been using an integer in a string variable or visa versa.
-Hemlos