Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Theme on Sat 30/07/2005 22:34:02

Title: Script Line Too Long :O~
Post by: Theme on Sat 30/07/2005 22:34:02
Error (line 61): Line too long (300 chars max)

how can i work around this?
when i try to divide the expression in a new line i get the error:

Error (line 61): end of input reached in middle of expression

o/
Title: Re: Script Line Too Long :O~
Post by: DoorKnobHandle on Sat 30/07/2005 22:37:45
Don't use lines as long as this... That's the only way to get around those messages I'm afraid.

What are you using such a long line for anyways? For dialogue? Divide the single lines. It's easier to read for the player as well.
Title: Re: Script Line Too Long :O~
Post by: Theme on Sat 30/07/2005 22:53:35
oh never mind
it seems i can divide the expression on other line
that 'Error (line 61): end of input reached in middle of expression' was just a parentehsis in a wrong place :P

thanks again [...]

o/