Talk:Conversation

From Dragon Age Toolset Wiki
Revision as of 11:22, 29 November 2009 by Interitus3841 (Talk | contribs) (Created page with '== NPC saying more than one line == In-game you'll notice that NPCs will have multiple lines before the player can respond. They'll say one line, with a slight break, then say a...')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

NPC saying more than one line

In-game you'll notice that NPCs will have multiple lines before the player can respond. They'll say one line, with a slight break, then say another line, and so on until its time for the player to speak up. My first attempt at this was just to have multiple OWNER lines in a row, but each line is a branch, and of course didnt work. My second attempt was to add empty player lines. If you have an owner reply to the empty line, the END DIALOGUE becomes CONTINUE. Tho, I had to add text to the line then clear it for the change to happen. But in game, the only button I could press that would continue the conversation was ESC. What is the proper way to make this happen? Interitus3841 10:22, 29 November 2009 (UTC)