Me again guys. This might be a dumb question.
I want to have my ambulance use the same siren tone as the firetruck.
What do I have to put in or delete ?
I've tried copying and pasting from the vehicles file ( SIREN_FIRETRUCK_QUICK_01 )
But that doesn't work.
Any ideas anyone?
<SOUNDS>
<MainHorn InterruptsSiren="true" AudioString="SIRENS_AIRHORN" />
<ManTone1 AllowUse="true" AudioString="VEHICLES_HORNS_SIREN_1" /> <<<I know I have to change this
<ManTone2 AllowUse="true" AudioString="VEHICLES_HORNS_SIREN_2" /> <<< and this.
<SrnTone1 AllowUse="true" AudioString="VEHICLES_HORNS_SIREN_1" />
<SrnTone2 AllowUse="true" AudioString="VEHICLES_HORNS_SIREN_2" />
<SrnTone3 AllowUse="true" AudioString="VEHICLES_HORNS_POLICE_WARNING" />
<SrnTone4 AllowUse="true" AudioString="VEHICLES_HORNS_AMBULANCE_WARNING" />
<AuxSiren AllowUse="true" AudioString="VEHICLES_HORNS_SIREN_1" />
<PanicMde AllowUse="true" AudioString="VEHICLES_HORNS_POLICE_WARNING" />
</SOUNDS>