kbTell: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 3: Line 3:




<h2 style="color:#000066">''person'' ''' kbTell ''[receiver, topic, sentence id, [argument name, argument value, argument text, argument speech], ...]'''''</h2>
<h2 style="color:#000066">'''''person'' kbTell ''[receiver, topic, sentence id, [argument name, argument value, argument text, argument speech], ...]'''''</h2>




'''Operand types:'''
'''Operand types:'''
      
      
person: [[Object]]
'''person:''' [[Object]]


[receiver, topic, sentence id, [argument name, argument value, argument text, argument speech], ...]: [[Array]]
'''[receiver, topic, sentence id, [argument name, argument value, argument text, argument speech], ...]:''' [[Array]]


'''Type of returned value:'''
'''Type of returned value:'''
Line 23: Line 23:


Make the person tell to the receiver the sentence..
Make the person tell to the receiver the sentence..
'''Example:'''

Revision as of 23:19, 1 July 2006


person kbTell [receiver, topic, sentence id, [argument name, argument value, argument text, argument speech], ...]


Operand types:

person: Object

[receiver, topic, sentence id, [argument name, argument value, argument text, argument speech], ...]: Array

Type of returned value:

Nothing

Compatibility:

Version 2.92 required.

Description:

Make the person tell to the receiver the sentence..