Community

AGI Programming => Mega Tokyo AGI Archive => Topic started by: Xqzzy Rcxmcq on July 15, 2003, 07:02:55 PM

Title: print(""); Text cutoff
Post by: Xqzzy Rcxmcq on July 15, 2003, 07:02:55 PM
This is just something weird that happened in AGI Studio.

If you would enter the code below:
Code: [Select]
if(said("look")) {
print("This is the text message");
}

...this compiles fine, but when you run the game, the message box cuts off the text,

example: "This is t"

Replacing the actual text in the print statement with a message seems to help, just thought that was weird...
Title: Re:print(""); Text cutoff
Post by: Nick Sonneveld on July 15, 2003, 07:13:48 PM
it *sounds* like a bug in the agi studio compiler.  I don't think there's any limitations like that for agi.

Do you still have the offending logic file?

- Nick