Jump to content


Photo

More Parse Errors?


  • Please log in to reply
4 replies to this topic

#1 ottomadenedamotto

ottomadenedamotto
  • Member
  • 30 posts

Posted 07 September 2010 - 01:45 PM

So, I'm working on installing an NPC and I've run into a very strange problem.  To make a long story short, here's what I'm getting from the installer:

Spoiler


And here's the bit of dialogue it's getting stuck on, beginning with line 27:

Spoiler


So, as far as I know, starting a piece of dialogue with "SAY ~" is pretty standard.  I've got a whole mess of dialogue above it that starts exactly the same way and that's getting through the installer, so can anybody tell me what I'm doing wrong?

Thanks in advance!

#2 Ipsissimus

Ipsissimus

    [Insert witty statement]

  • Member
  • 356 posts

Posted 07 September 2010 - 04:48 PM

Errors are generally a line or two above the reported error line.

Also, why do you have so many join variables?
And the mirror, it reflects a tiny dancing skeleton, surrounded by a fleshy overcoat and swaddled in
A furry hat, elastic mask, a pair of shiny marble dice, some people call them snake-eyes, but to me they look like mice
-- "Nothing's gonna change my clothes", They Might Be Giants

#3 ottomadenedamotto

ottomadenedamotto
  • Member
  • 30 posts

Posted 07 September 2010 - 05:08 PM

why do you have so many join variables?


They're meant to designate whether or not that path in the conversation had previously been taken.  Removing them has no effect on this error.

Edited by ottomadenedamotto, 07 September 2010 - 05:11 PM.


#4 berelinde

berelinde

    Troublemaker

  • Modder
  • 4916 posts

Posted 07 September 2010 - 05:19 PM

Can you post the block before this in the file?

"Imagination is given to man to console him for what he is not; a sense of humor, for what he is." - Oscar Wilde

berelinde's mods
TolkienAcrossTheWater website
TolkienAcrossTheWater Forum


#5 ottomadenedamotto

ottomadenedamotto
  • Member
  • 30 posts

Posted 07 September 2010 - 05:26 PM

Ah, I had a tilde missing there.  Thanks.

Edited by ottomadenedamotto, 07 September 2010 - 08:17 PM.