Difference between revisions of "0444"
Jump to navigation
Jump to search
(Created page with "{{OpCode | games = {{Icon|3}} | command = SET_SCRIPT_FIRE_AUDIO | description = Sets the audio of the fire | syntax1 = 0444: set_fire_audio [''fire handle''] [''...") |
m |
||
Line 3: | Line 3: | ||
| command = SET_SCRIPT_FIRE_AUDIO | | command = SET_SCRIPT_FIRE_AUDIO | ||
| description = Sets the audio of the fire | | description = Sets the audio of the fire | ||
− | | syntax1 = 0444: | + | | syntax1 = 0444: set_fire [''fire handle''] audio [''int''] |
| p1t = [''fire handle''] | | p1t = [''fire handle''] | ||
| p1d = The handle of the fire | | p1d = The handle of the fire | ||
Line 10: | Line 10: | ||
}} | }} | ||
− | This opcode sets the audio of the fire, which can be created using opcodes [[02CF]], [[0325]], or [[0326]]. The audio of the fire is on by default. The opcode is used in "Silence The Sneak" to permit only one of the four fires | + | This opcode sets the audio of the fire, which can be created using opcodes [[02CF]], [[0325]], or [[0326]]. The audio of the fire is on by default. The opcode is used in "Silence The Sneak" to permit only one of the four fires, which are created at the same location, to emit audio so that the game would not be excessively loud. |
== Keywords == | == Keywords == | ||
set, script, fire, audio, sound | set, script, fire, audio, sound |
Latest revision as of 04:40, 7 February 2016
- Description
- Sets the audio of the fire
- Syntax
- 0444: set_fire [fire handle] audio [int]
- Parameter
- [fire handle]
- The handle of the fire
- [int]
- 0 = off, 1 = on (default)
This opcode sets the audio of the fire, which can be created using opcodes 02CF, 0325, or 0326. The audio of the fire is on by default. The opcode is used in "Silence The Sneak" to permit only one of the four fires, which are created at the same location, to emit audio so that the game would not be excessively loud.
Keywords
set, script, fire, audio, sound