After staring at my screen in awed confusion for hours, I have discovered that when passing strings longer than 255 chars to functions, they're cut to 255 chars... :X Is there a solution for this one?

And there I was, thinking writing a text game was going to be extremely difficult...

Edit: Well, I believe the problem is solved now. Changed the variables to ansistrings, left the function parameters as strings and for the time being it's working...