Apologies if this has already been answered, i did check several pages and searched and i did try the editors depot, but can only access the first page for every section
Anyway here is the question
From a map click i want an array of sound files to play out the phonetic alphabet and the numbers for the grid ref
eg if grid ref is DA46
i want the sound file to play
Delta - Alpha- Four- Six - Over
getting the sound files to play and getting the Map click to return variables and then assosciate the variables with sounds isnt my problem
I de pbo'd the OFP sound files and found in the voices folder some .WSS Files. In them was all the sound files i needed, all the phonetic and number files
I tried a test script to see if i was lucky with a reserved variable hit
eg
Playsound "1"
~1
Playsound "One"
~1
Playsound "A"
~1
Playsound "Alpha"
but was unlucky
I also tried Player Say "ONE" etc etc
so how can i access and play these sounds that are already within the BIS hardcoding
Failing that, has anyone already a folder that contains ogg or wav files for numbers "0 to 9" and phonetic "Alpha to Juliet"
Thanks in advance for any help offered