Spooling88
Members
-
Joined
-
Last visited
Reputation Activity
-
If you add
<Phrase Event="PoliceSmartRadio.Panic" Priority="10">
<Word PreferredText="shots"/>
<Word PreferredText="fired"/>
</Phrase>
to your default.xml "shots fired" will trigger the panic button.
But it will also send twice the backup because the Event="VocalDispatch.ShotsFired" will also listen to "shots fired" by default.
To fix this you can either delete all phrases with Event="VocalDispatch.ShotsFired"
or just rename VocalDispatch.ShotsFired to PoliceSmartRadio.Panic