Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Slasher on Mon 03/04/2017 11:35:09

Title: SOLVED: phylactere233 error
Post by: Slasher on Mon 03/04/2017 11:35:09
Any idea why this error appears?

phylactere233.ash(23): Cannot parse version number: Version string portion was too short or too long.

Called:

Code (ags) Select

  cBond.phylactere("Here, this looks like our guy coming this way.");



Using 3.4.0.14

320 x 200


Title: Re: phylactere233 error
Post by: Crimson Wizard on Mon 03/04/2017 12:14:00
What is line 23 in phylactere233.ash?

Oh, it's this:
Code (ags) Select

#ifnver 3


Replace it with 3.0.0 for now.
Title: SOLVED: Re: phylactere233 error
Post by: Slasher on Mon 03/04/2017 12:23:32
Cheers Crimson..Works as expected (nod)
Title: Re: SOLVED: phylactere233 error
Post by: Crimson Wizard on Mon 03/04/2017 12:25:08
This seem to be broken after I fixed another mistake in versions comparison. I think it now expects at least 2 digits in version (3.0).