module Base
{
	repeat
	model VVA_Vehicles_[LABEL][Postfix]_Lightbar
	{
checkprop: LabelModels
		mesh = vehicles/[FILENAME]|Lightbar_[LABEL][Postfix],
else
		mesh = vehicles/[FILENAME]|Lightbar[Postfix],
end
		shader = vehicle_norandom_multiuv,
		invertX = FALSE,
		scale = [SCALE],
	}

	template vehicle VVA_[LABEL][Postfix]_Lightbar {
		part VVALightbar
		{
			model Default
			{
				file = VVA_Vehicles_[LABEL][Postfix]_Lightbar,
			}
		}
	}
	endrepeat
}