playSound: Difference between revisions

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


'''playSound''' "soundname"
'''playSound''' "soundname"
'''Comments:'''
For dialogue involving living units it is better to use [[say]]

Revision as of 10:10, 20 May 2006


playSound name


Operand types:

name: String

Type of returned value:

Nothing

Description:

Play sound defined in description.ext.


Example:

playSound "soundname"


Comments:

For dialogue involving living units it is better to use say