Error loading game

younggloves
28 Mar 2012, 09:39
Hi Folks hope you can help.
Ive spent ages on this game, after having some great help here on the forum.
I've saved waht I've done with the view to carry on today, but when I tried to load up the game I get this message and I can't get into the editor to try and correct anything no matter what I try to do.

Failed to load game.
The following errors occurred:
Error adding script 'if (Got(Worms)and Got(Fishing Rod)and Got(Fishing Tackle))) {
msg ("That's Fantastic, now I can finally get some fishing in thank you so much you must of had to work so hard
For a reward, do you want these Rhianna Ticket?")
MoveObject (Ticket, player)
}': Too many ')'
Unexpected 'else' (error with parent 'if'?):else {
msg ("\"Im so fed up......I've come to the river bank today to do some fishing only to find that I've left all my gear at home!
How on earth am I going to catch anything with out my Fishing Rod, Fishing Tackle and Bait?\"")
}

Really worried that all my work has been lost
Please help guys

Benny

Pertex
28 Mar 2012, 10:41
'if (Got(Worms)and Got(Fishing Rod)and Got(Fishing Tackle))) {

There are 3 round brackets at the end of if instead of 2. Just delete one of them

younggloves
28 Mar 2012, 10:52
That's brill thanks for that.
Got another prob now though, the take verb is not working.
The item is in the room to see, and I've enabled the item can be taken.
It comes up with 'you can't take it's
I've tried putting another item in there but its still the same.
Any ideas?

Alex
28 Mar 2012, 10:54
Did you add "take" as a verb perhaps? Quest should prevent you from doing that, but check in the "Verbs" section at the top of the game tree, and delete it if it's there.

younggloves
28 Mar 2012, 11:00
Thanks Alex, no just checked that, its as if something is wrong with the take verb.
I've just made a new prog and it works ok then, just not in my prog?

younggloves
28 Mar 2012, 11:10
Hi Alex, yes well done m8 you are the biz.
The take was in the verbs on the left hand side of the editor.
Once I deleted it things are back to normal.
So sorry to be a pain. Really enjoying writing with quest, its a great bit of kit, not like the programmer....lol
Thanks again for everybody patience
Ben