advice
	portrait=bird
	text=Ships coming after you.  Keep Peter safe!#I'm a budgie with the power of prescience.  
firing on
movement on
module_switch on
module_switch weapon

message
	portrait=bird
	text=Peter senses trouble ahead!
	display_time=2
wait 3

spawn_object
	object_type=asteroid
	location=random,-100
	quantity=10
	offset=1

repeat 3
spawn_object
	object_type=ship_enemyship02
	location=300,-150
spawn_object
	object_type=ship_enemyship02
	location=350,-100
spawn_object
	object_type=ship_enemyship02
	location=400,-50
spawn_object
	object_type=ship_enemyship02
	location=450,-100
spawn_object
	object_type=ship_enemyship02
	location=500,-150

spawn_object
	object_type=ship_enemyship01
	location=100,-150
spawn_object
	object_type=ship_enemyship01
	location=700,-150

wait 2

spawn_object
	object_type=ship_enemyship02
	location=0,-150
spawn_object
	object_type=ship_enemyship02
	location=50,-100
spawn_object
	object_type=ship_enemyship02
	location=100,-50
spawn_object
	object_type=ship_enemyship02
	location=150,-100
spawn_object
	object_type=ship_enemyship02
	location=200,-150

spawn_object
	object_type=ship_enemyship02
	location=550,-150
spawn_object
	object_type=ship_enemyship02
	location=600,-100
spawn_object
	object_type=ship_enemyship02
	location=650,-50
spawn_object
	object_type=ship_enemyship02
	location=700,-100
spawn_object
	object_type=ship_enemyship02
	location=750,-150

wait 2
repeat stop

spawn_object
	object_type=ship_enemyship01
	location=100,-100
spawn_object
	object_type=ship_enemyship01
	location=150,-100
spawn_object
	object_type=ship_enemyship01
	location=200,-100
spawn_object
	object_type=ship_enemyship01
	location=250,-100
spawn_object
	object_type=ship_enemyship01
	location=300,-100
spawn_object
	object_type=ship_enemyship01
	location=350,-100
spawn_object
	object_type=ship_enemyship01
	location=400,-100
spawn_object
	object_type=ship_enemyship01
	location=450,-100
spawn_object
	object_type=ship_enemyship01
	location=500,-100
spawn_object
	object_type=ship_enemyship01
	location=550,-100

wait 3

repeat 20
spawn_object
	object_type=ship_enemyship01
	location=random,-100
wait .5
repeat stop

wait clear
message
	portrait=bird
	text=Thank you for protecting me!
	display_time=4
