Runtime Error - Unexpected eof - room 39 Line -10

Started by WackyWildCard, Sat 09/02/2008 17:44:56

Previous topic - Next topic

WackyWildCard



As you can see, AGS will not let me save room 39. There is a character, a farmer with a plow, that I permanently change into a man with a lantern. Please tell me what I did wrong.  ???







Thank you!


Ishmael

I'd guess it's about your dialog script, does that do anything special? Run dialog_request for exampe? Since line -10 isn't inside the script and nothing seems wrong there it must be somewhere else.
I used to make games but then I took an IRC in the knee.

<Calin> Ishmael looks awesome all the time
\( Ö)/ ¬(Ö ) | Ja minähän en keskellä kirkasta päivää lähden minnekään juoksentelemaan ilman housuja.

NiksterG

It looks like the function room_load() doesn't have brackets, but parenthesis. I think that makes a difference.

Also, I've had this mysterious error before too. Check to make sure your dialog is all syntaxed correctly. (Make sure there is a semicolon after every command, check if you're missing a closing parenthesis on a command, that kind of stuff.) That was the problem for mine.
Check out my games! (Not all made with AGS)

Khris

Yep, it's got to be the () instead of {}.
I've encountered this error message a few times, and it has always been due to a missing " at the end of a string.

Matti

Additionally it seems the cFarm.Walk-function has a bracket too much though I don't know if this has any consequences.

WackyWildCard

 :D Thanks guys for all your help!

I did what you suggested... changed the bracket style...and VOILA! It saves and runs!

Problem Solved.  :)


Ishmael

Quote from: NiksterG on Sat 09/02/2008 18:29:36
It looks like the function room_load() doesn't have brackets, but parenthesis. I think that makes a difference.

Yeah, that... A pixel or so difference so I missed it :P
I used to make games but then I took an IRC in the knee.

<Calin> Ishmael looks awesome all the time
\( Ö)/ ¬(Ö ) | Ja minähän en keskellä kirkasta päivää lähden minnekään juoksentelemaan ilman housuja.

SMF spam blocked by CleanTalk