"Create Voice Acting Script" Error

Started by TheJBurger, Tue 02/02/2010 05:22:42

Previous topic - Next topic

TheJBurger

When selecting the "Create Voice Acting Script" from the drop down file menu, I get this error during compile:

Code: ags

Unterminated string in script


There's no file or line listed, so I'm assuming it's impossible to find the "unterminated string" in question. Is there another way of extracting all the dialog in the game, or just fixing this error?

Divon

I've never gotten this error, however the only two times I've ever tried using this option, all it did was return blank text documents...which obviously isnt right  :P

Definetly had plenty of dialogs in the game too  ;)

Calin Leafshade

I assume you have both run "Auto Number Speech" first?

Divon

You know what they say about people who assume...

I swear I didnt try very hard at all when I tried it to see it if worked...because I've never had to actually use the feature for real yet...!

(PS - that fixed it)

TheJBurger

Quote from: Calin Leafshade on Tue 02/02/2010 18:36:18
I assume you have both run "Auto Number Speech" first?

Oops, No. Do you always have to do that?

Anyway, I ran "Auto Number Speech" but I still get the same error afterwards.

Calin Leafshade

well, no you dont HAVE to run it. But obviously you do if you havent numbered the speech manually.

With your specific error the only thing I could possibly guess is that you have a String.Format statement with insufficient arguments. like

Code: ags

String.Format("Yo, %s, %d", a);


that wouldnt throw an error on compile but it *might* cause the VA script to screw up.

SMF spam blocked by CleanTalk