Description
This package contains two cars: one is a civilian sedan and the other one is a police sedan.
Special Feature:The siren of the police car can be toggled by selecting its lightbar and toggling 'Siren' from the properties. This feature is only available in the .blend file. Linking it to other .blend files also works.
Details about siren:If you have multiple police cars in your scene, the 'Siren' property will affects all of them.Sirens can be toggled only when the lightbar object is named 'Police Lightbar'.For the sirens to work, you must allow Python script execution. The reason Blender warns you about this is because of the line: 'bpy.context.scene.render.fps ' which is a bpy call.