Error default message for take
m4u
08 Aug 2012, 03:19Hellow, 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
> 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:38Ah yes, there is a bug in the spain language file. Open espaniol.aslx, find
and remove the " in front of object.article
Hmmm, there are some more bugs in this file. We must correct this in the next version.
<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:50Nice! Im creating a spanish game but so far thats the only bug i have found.