NPC asking question

Started by Dragon_noir, May 28, 2015, 07:43:49 PM

Previous topic - Next topic
I can't get my dialog to show arrows to ask a question.

I thought I had to use "$?" in front of the text in the dialog.dat file.

Have you tried something like this?

-- Save game dialog
dialog{
  id = "pause.save",
  question = true,
  text = [[
Is your desire to save the game?
Yes
No
]]
}
"If you make people think they're thinking, they'll love you. But if you really make them think, they'll hate you."

Yes i got it working now. Thanks.