Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: spook1 on Fri 17/03/2006 13:37:40

Title: creditz plugin complains about cenversion String to string
Post by: spook1 on Fri 17/03/2006 13:37:40
Is there anything I can do about this error?

I copied the creditz script from on alder game into a new game.
Now I get an error on:

function addCreditLine(string Text) {
  SetCredit(currentID,Text,colour,font,centered,xpos,generateoutline);
  currentID = currentID+1;
}

about the string conversion

any suggestions?
Title: Re: creditz plugin complains about cenversion String to string
Post by: SSH on Fri 17/03/2006 13:45:10
Use the Credits moduel instead. The plugin wont work with AGS 2.71 or later.
Title: Re: creditz plugin complains about cenversion String to string
Post by: Ashen on Fri 17/03/2006 13:50:40
SSH's Credits Module (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=23244.0)

For support with the plugin, you should post in the creditz plugin thread (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=4286.80), or you could try contacting AJA directly.