kbReact: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fix categories)
mNo edit summary
 
(47 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2 |= Game name
|game1= arma2
|version1= 1.00


|1.00|= Game version
|game2= arma2oa
____________________________________________________________________________________________
|version2= 1.50


| Pass a non-verbal communication to the receiver. See [[Conversations]] for more details. |= Description
|game3= tkoh
____________________________________________________________________________________________
|version3= 1.00


| person [[kbReact]] [receiver, topic, sentenceID, [argumentName, argumentValue, argumentText, argumentSpeech], …] |= Syntax
|game4= arma3
|version4= 0.50


|p1= person:  [[Object]] |= PARAMETER1
|gr1= Conversations


|p2= [receiver, topic, sentenceID, [argumentName, argumentValue, argumentText, argumentSpeech], …]: [[Array]] |= PARAMETER2
|arg= global


| [[Nothing]] |= RETURNVALUE
|eff= local


|descr= Pass a non-verbal communication to the receiver. This command does '''as if''' the sentence was said and triggers the reaction scripts (AI FSM or player's conversation EH). See [[Conversations]] for more details.


|x1= <code>(example)</code>|= EXAMPLE1
|s1= person [[kbReact]] [receiver, topicName, sentenceID, argumentArray1, argumentArray2, ...]


____________________________________________________________________________________________
|p1= person: [[Object]]


| [[Conversations]], [[kbAddTopic]], [[kbHasTopic]], [[kbTell]], [[kbWasSaid]], [[kbRemoveTopic]], [[kbAddDatabase]], [[kbAddDatabaseTargets]], [[FSM]], [[FSM Editor]] |= SEEALSO
|p2= receiver: [[Object]]


| |= MPBEHAVIOUR
|p3= topicName: [[String]]
____________________________________________________________________________________________
 
}}
|p4= sentenceID: [[String]]
 
|p5= argumentArrayN: [[Array]] - (Optional) in format [argumentName, argumentValue, argumentText, argumentSpeech]:
* argumentName: [[String]]
* argumentValue: [[Code]]
* argumentText: [[String]]
* argumentSpeech: [[Array]] of [[String]]s - each string is an already defined word in config.


<h3 style='display:none'>Notes</h3>
|r1= [[Nothing]]
<dl class='command_description'>
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>
</dl>
// will trigger AS IF unit1 said the sentence (via kbTell)
// unit2's FSM will react accordingly.
unit1 kbReact [unit2, "topicName", "speech1"];
</sqf>


<h3 style='display:none'>Bottom Section</h3>
|seealso= [[Conversations]] [[kbAddTopic]] [[kbHasTopic]] [[kbTell]] [[kbWasSaid]] [[kbRemoveTopic]] [[kbAddDatabase]] [[kbAddDatabaseTargets]] [[FSM]] [[FSM Editor]]
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Conversations|{{uc:{{PAGENAME}}}}]]

Latest revision as of 06:58, 27 November 2023

Hover & click on the images for description

Description

Description:
Pass a non-verbal communication to the receiver. This command does as if the sentence was said and triggers the reaction scripts (AI FSM or player's conversation EH). See Conversations for more details.
Groups:
Conversations

Syntax

Syntax:
person kbReact [receiver, topicName, sentenceID, argumentArray1, argumentArray2, ...]
Parameters:
person: Object
receiver: Object
topicName: String
sentenceID: String
argumentArrayN: Array - (Optional) in format [argumentName, argumentValue, argumentText, argumentSpeech]:
  • argumentName: String
  • argumentValue: Code
  • argumentText: String
  • argumentSpeech: Array of Strings - each string is an already defined word in config.
Return Value:
Nothing

Examples

Example 1:
// will trigger AS IF unit1 said the sentence (via kbTell) // unit2's FSM will react accordingly. unit1 kbReact [unit2, "topicName", "speech1"];

Additional Information

See also:
Conversations kbAddTopic kbHasTopic kbTell kbWasSaid kbRemoveTopic kbAddDatabase kbAddDatabaseTargets FSM FSM Editor

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note