I can
Printable View
I can
If will show us the code, we could help you.
Yes, here is my code from Quest.txt:
The complete error description:Code:;-------------------------------------------- MADE BY SNAKELOGAN --------------------------------------------
(quest (index 5100 1)
(case (if (item (4000 5)))
(case (then (html 900673)))
)
Invalid format Config\Quest.txt line(6609) token(0) at CObjectDB::Load
Unmatched open parenthesis at CObject::Load
Invalid format Config\Quest.txt(6609) at CObjectDB::Open(Load())
What is the reason for this error? Can you help me please?
Thank you!
you forgott a ) I think
;-------------------------------------------- MADE BY SNAKELOGAN --------------------------------------------
(quest (index 5100 1)
(case (if (item (4000 5))))
(case (then (html 900673)))
)
I think the red one or?
I try it later k?
Thank for quick answer!
No the second "(case" is wrong.
It should be
(quest (index 5100 1)
(case (if (item (4000 5)))
(then (html 900673)))
)
Dont know what the quest should do so it might not do now what you want it to do.