OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Sgt.Zeke on 04 May 2003, 06:00:45
-
Hi there everyone,
I am sure I am not the only one who noticed this, but when you choose a radio man in the NAM PACK, you can use the radio (but all you hear is static). And of course I, (probably along with many others) am wondering if there is a way to get some "sound" out of those radio's? ??? Is this at all possible?
*hmmm -Sgt.Z
-
If I'm not wrong you can do it w/o dePBOing. Just place a trigger The go to Effects-Sounds and choose the apropriate sound.
-
what?
-
if you use the eventhandler fired you could ceck if he fired the radio, then just use sideradio to play the sound file.
-
Black_Feather, unfortunately EventHandler fired
doesn't recognize the "fire-button" of those radios.
So using a trigger to check wether one guy of your
group "has" the radio in combination with custom-actions
might be one of the few solutions to do something here ;)
~S~ CD
-
how do you write the side radio command?
-
Black_Feather, unfortunately EventHandler fired
doesn't recognize the "fire-button" of those radios.
:o learn something new everyday.
unitname sideradio "soundname"
if you don't have a sound file use sidechat instead
unitname sidechat "what to say"