Conversations:Scripting
From NWN1 Custom Content Guide
There's several methods of tokenizing conversations around the community, at least 2 examples of which can be found if you dig through the Bio scripting forum. Here's a quick what happens when you feed text into the conversation gui:
Colors color tags work. i.e. <cXYZ>Your text to color here</c>
(XYZ are the ascii characters for red, green and blue values of the color you want, note that ascii 255 or ΓΏ causes the compiler to explode ;)
<p>
Line break \n works.<p>
Bio wildcards will not work, but since you're setting the text to display from script this isn't a problem.<p>
- Lokey Sunday, 5 June 2005
