Error default message for take

m4u
08 Aug 2012, 03:19
Hellow, im receiving this error when i use the default message for take, anny idea?

> coger galletas
Error running script: Error compiling expression '"object.article + " coges."': SyntaxError: Unexpected token "coges" <IDENTIFIER>; expected one of <EOF> Line: 1, Column: 21

Pertex
08 Aug 2012, 06:38
Ah yes, there is a bug in the spain language file. Open espaniol.aslx, find
<dynamictemplate name="TakeSuccessful">"object.article + " coges."</dynamictemplate>

and remove the " in front of object.article
<dynamictemplate name="TakeSuccessful">object.article + " coges."</dynamictemplate>


Hmmm, there are some more bugs in this file. We must correct this in the next version.

m4u
08 Aug 2012, 18:50
Nice! Im creating a spanish game but so far thats the only bug i have found.