life

timecount++;

if(2ppary_hp > 0){
	call("draw");
	2ppary_hp--;
}else if(2ppary_hp == 0){
	action = 0;
	call("help");
	2ppary_hp--;
}else if(2ppary_hp < 0){
	die = 1;
	call("dead");
	echo "あきらめるな!不可能だろうがなんだろうがやるだけのことはやるんだ!ただ何もしないまま死ぬな!";
}
if(die == 1 && 2ppary_hp < 0){
	call("Restart");
	call("Restart");
	call("Restart");
	call("Restart");
	call("Restart");
	call("Restart");
}




if(timecount == 99999999){
	call("end");
}

exit;