PoliceSmartRadio
PoliceSmartRadio copied to clipboard
Support for preserving manually set vehicle owner name w/o Persona
For narrative purposes, in a number of my callouts, I set a VehicleOwnerName
to a string that does not match any Persona
in the game world.
PoliceSmartRadio replaces this owner name with an owner name that has a Persona
within the game world for citations, wanted status, etc., but this breaks the narrative owner name I have set.
This pull request alters the behavior of PoliceSmartRadio so that a callout can set vehicle.Metadata.PSRPreserveOwnerName
to bool true
and PoliceSmartRadio will not replace the owner name, even if the owner name is not associated with a Persona
.