Unexpected symbol error
Unexpected symbol error
So this happened, i cannot load the dungeon now.
Is there a way to fix this? im afraid i don't have a backup and have gone quite far into the dungeon.
It's possible for me to upload it somewhere if there is a way to recover it.
Is there a way to fix this? im afraid i don't have a backup and have gone quite far into the dungeon.
It's possible for me to upload it somewhere if there is a way to recover it.
Re: Unexpected symbol error
It's literally telling what line is having the problem. Go to C:\Users\YOURNAME\Documents\Almost Human\Legend of Grimrock 2\Dungeons\YOURMODULE\mod_assets\scripts and open dungeon.lua and fix what's wrong on line 3408
Re: Unexpected symbol error
A friend told me that if you get a problem on a line, it could actualy be the line above it that has the root cause. The line pointed out in the error message is just the symptom.
I don't know, just my two cents..
I don't know, just my two cents..
Re: Unexpected symbol error
Perhaps a concatenation with an ellipsis?
Re: Unexpected symbol error
The thing is this all seems to be correct, removing any of the symbols near the "." doesn't workNutJob wrote:It's literally telling what line is having the problem. Go to C:\Users\YOURNAME\Documents\Almost Human\Legend of Grimrock 2\Dungeons\YOURMODULE\mod_assets\scripts and open dungeon.lua and fix what's wrong on line 3408
I will however try to delete the alcove and letter entirely and see if it corrects itself regardless and let you know.
Last edited by DrKojak on Fri Oct 24, 2014 11:53 am, edited 2 times in total.
- cromcrom
- Posts: 549
- Joined: Tue Sep 11, 2012 7:16 am
- Location: Chateauroux in a socialist s#!$*&% formerly known as "France"
Re: Unexpected symbol error
I wouldn't start an item ref with a . in the first place....
Or maybe you forgot the "letter" before .item ?
Or maybe you forgot the "letter" before .item ?
A trip of a thousand leagues starts with a step.
Re: Unexpected symbol error
You're missing the object reference.
Last edited by NutJob on Fri Oct 24, 2014 11:53 am, edited 1 time in total.
Re: Unexpected symbol error
Already answered there => viewtopic.php?f=22&t=7703
Thanks to search before asking
And for your problem, try to write in 3407 and 3408 lines : XXXX.item, and not just ".item" ^^
Thanks to search before asking
And for your problem, try to write in 3407 and 3408 lines : XXXX.item, and not just ".item" ^^
Last edited by Doridion on Fri Oct 24, 2014 11:52 am, edited 1 time in total.
Re: Unexpected symbol error
NutJob wrote:You're missing the object reference
im a dumbass, that's what's missing!cromcrom wrote:I wouldn't start an item ref with a . in the first place....
Or maybe you forgot the "letter" before .item ?
Re: Unexpected symbol error
~shrugs~DrKojak wrote:NutJob wrote:You're missing the object referenceim a dumbass, that's what's missing!cromcrom wrote:I wouldn't start an item ref with a . in the first place....
Or maybe you forgot the "letter" before .item ?
Anyone can do this, no worries. Get them pellets where they need to be! Oh, may want to give it a better unique ID than just "". ~laughs~
Yeah, because "lol, cause im a very good scripter, i have" is so descriptive.
And 3406.Doridion wrote:And for your problem, try to write in 3407 and 3408 lines : XXXX.item, and not just ".item" ^^