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/
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.
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/