module Base
{
	repeat
	repeatprop: Decorname
	model VVA_Vehicles_[LABEL][Postfix]_decor[Decorname]
	{
checkprop: LabelModels
		mesh = vehicles/[FILENAME]|decor_[LABEL][Postfix][Decorname],		
else
		mesh = vehicles/[FILENAME]|decor[Postfix][Decorname],		
end
checkprop:	vehShader
		shader = vehicle_multiuv_noreflect,
else
		shader = vva_fixetex,
		texture = Vehicles/[TEXTURE],
end		
		static = TRUE,
		scale = [SCALE],
	}
	end
	
	template vehicle VVA_[LABEL][Postfix]_Decor {
		part Interior 
		{						
repeatprop: Decorname
			model Decor[Postfix][Decorname]
			{
				file = VVA_Vehicles_[LABEL][Postfix]_decor[Decorname],
			}
end
		}
	}
	endrepeat
}