Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: cjhrules on Sat 18/03/2006 16:56:24

Title: Variable Translation already defined.
Post by: cjhrules on Sat 18/03/2006 16:56:24
Need help with this.

Gett error message Variable Translation already defined on this row:

function Translation(const string language){

I use Foa template v2 and ags 2.71. I have fixed all the other problems but I cant get passed this one. Should I remove the translate function altogether?

/Calle
Title: Re: Variable Translation already defined.
Post by: Khris on Sat 18/03/2006 17:04:58
You'll have to rename your function. Just call it "myTranslation" or something like that.
Title: Re: Variable Translation already defined.
Post by: cjhrules on Sat 18/03/2006 17:14:37
Ok, thx that's what I thought...  :)