Page 1 of 1

Conversation Interruptus

Posted: Thu Jan 10, 2008 1:56 am
by Wynna
In NWN, PC answers within conversation trees could be captured by a scribe standing by and listening. In NWN2, we go to a cutscene view of the conversation when we enter it, and that seems to preclude typing in our own answers for a scribe to take down.

I'm trying to convert the old bulletin board system to NWN2, and while I could take it completely out of conversation and capture the answers with the use of local ints set on the PC after each answer, it would be simpler if I could use a conversation that turns itself off after the NPC asks what title the PC would like, returns to normal mode for the PC's answer, and then goes back into the conversation for the NPC's request for the text of the message. Do we have an Interrupt/Resume conversation option that I'm not seeing?

Posted: Thu Jan 10, 2008 2:05 am
by indio
Not in front of the toolset, but you can make a universal change to conversations to NWN1 style and avoid the silly cutscene approach.

Maybe it's in Module Properties...it's certainly a property option somewhere.

Posted: Thu Jan 10, 2008 2:43 am
by Curmudgeon
It's in the Conversation Properties, accessible while in the convo editor...

Set NWN1 style to True. Or something like that.

Posted: Thu Jan 10, 2008 3:52 am
by Wynna
You're both wonderful. Thank you.