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...')
 
m (Correcting category)
 
(One intermediate revision by one other user not shown)
Line 21: Line 21:
 
|returndesc =  
 
|returndesc =  
 
|sourcefile = utility_h
 
|sourcefile = utility_h
|sourcemodule = Core Resources
+
|sourcemodule = Core Game Resources
 
}}
 
}}
  
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:Conversation functions]]

Latest revision as of 02:55, 18 February 2012

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 Game Resources.utility_h

Description

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