I search for a topic about stringtable, but didn't find. Then I start one.
Mikero - who wrote a tutorial about stringtable - and me talking about problems in PM, but I think we can remove this chat to a public topic. And I hope someone can help me.
I tried use stringtable.csv to store the dialogue subtitles. But deasn't work.
I use outer sqs script in my mission for cutscene and any other speaking part. And in the sqs I use TitleText command. And when I tried the stringtable, I tried this:
TitleText [$STR_CONV1,"PLAIN DOWN"]
but error msg said: invalid number in expression.
Mikero advise testing not in Mission Editor, because the stringtable works only in Mission and Campaign folders. But he also tested the TitleText command and doesn't wort from outer script too.
Can anybody help me? How the original BIS missions works? They use the all TitleText command in mission sqm, not in outer script?