question about AGS display text.

Started by Willdon, Wed 21/04/2010 13:03:41

Previous topic - Next topic

Willdon

My AGS is displaying an error like the following on line -10

room1.asc(-10): Runtime error: Function still open, missing }


7   function hTV_Look()
8   {
9   Display("Looks like an old tv here...");
10 }


I have a }. lol. Any ideas?

Khris

Line -10 is "code" for an unterminated string; you've probably forgotten a " somewhere in the first few lines.

SMF spam blocked by CleanTalk