Modding:Conversations: Difference between revisions

(add unormals table for ConversationChoice thanks!)
Line 14: Line 14:
</syntaxhighlight>
</syntaxhighlight>


== ConversationScript configuration ==
=== ConversationScript configuration ===
Skipping over a small section of pre-conversation / checks / etc handled inside the "ConversationScript" part (for now, documentation TODO here).  ConversationScript should definitely be used because it checks all sorts of parameters about wether or not the player is capable of speaking with the object.  Telepathy, and other special conversation choices are considered when ConversationScript is the way into the ConversationUI.HaveConversation()
Skipping over a small section of pre-conversation / checks / etc handled inside the "ConversationScript" part (for now, documentation TODO here).  ConversationScript should definitely be used because it checks all sorts of parameters about wether or not the player is capable of speaking with the object.  Telepathy, and other special conversation choices are considered when ConversationScript is the way into the ConversationUI.HaveConversation()