Difference between revisions of "UT Talk"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = UT_Talk |brief = Instantly initiate dialog with 2 objects |param1type = object |param1name = oInitiator |param1desc = The main talking creature - owner of th...')
 
Line 36: Line 36:
 
<!-- == See also == -->
 
<!-- == See also == -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 +
 +
[[Category:Dialog functions]]

Revision as of 22:09, 10 February 2010

Instantly initiate dialog with 2 objects

void UT_Talk(
object oInitiator,
object oTarget,
resource rConversation = R"",
int nPartyResurrection = TRUE
);
Parameters:
oInitiator
The main talking creature - owner of the default dialog file, if any
oTarget
The creature being spoken to. Should be the player object most of the time
rConversation
[Undocumented]
nPartyResurrection
[Undocumented]
Returns:

Nothing.

Source:

Core Resources.utility_h

Description

Calling this function will instantly trigger dialog between 2 objects. The dialog can be ambient or not.