I was setting an interaction for a character. Now, when I go to test the game, I get this:
GlobalScript.asc(-10): Runtime error: unexpected eof
I can't seem to fix it. If it can't, then fortunately I backed it up before this happend.
Most likely you put a { somewhere and forgot a }
I would suggest start checking at the bottom of the script, since AGS doesn't allow embedded functions, the problem must be in the last function.
I thought mismatched brackets give the error on the last line? Or has that been changed?
A missing bracket isn't in any line, hence -10.
Oh, ok, then I probably remember wrong.
I don't know. There wasn't one missing in the part I was working on. I don't want to try and mess with the rest.