<?xml version="1.0"?>
<!--== Bluebird AI/multiplayer ==-->
<!--==  AI from series 8 ==  8770 vertices ==  8024 poly ==-->

<PropertyList include="bluebird-common.xml">
	<path>bluebird-ai.ac</path>
	<texture-path>Textures</texture-path>
	<nasal>
		<load>
			print("Loading bluebird-plib-ai version 11.41 release date 2019.Jan.25  at ", cmdarg().getPath());
			var livery_update = aircraft.livery_update.new(
				"Aircraft/bluebird/Models/Liveries", 20,
				func print("bluebird-plib-ai livery update"));
		</load>
		<unload>
			print("Unloading bluebird-plib-ai ", cmdarg().getPath());
			livery_update.stop();
		</unload>
	</nasal>
</PropertyList>