beginoutdoorscript;

variables;

body;

beginstate 0;
break;

beginstate 1;
break;

beginstate START_STATE;
break;

beginstate 10;

	message_dialog("You were told to convene with Leader in the city to the south.  It would be incredibly unwise to disobey orders.","The quickest route to the city is south, dawdling would do you no good.");
	block_entry(1);

break;

beginstate 11;

	message_dialog("There is absolutely no point in your revisiting the Border Guard at this point.","The enemy has been dispatched, all that remains is a skeleton guard of Northern troops.");
	block_entry(1);

break;

beginstate 12;

	message_dialog("Spiegelbrecher did not go in this direction.  You have no choice but to follow him.","After all, it's your neck on the line.");
	block_entry(1);

break;

beginstate 13;

	if(get_flag(56,0) == 0){
		message_dialog("There is a campsite here.  Or at least, there was.  All of the soldiers have been burned, apparently where they stood.","You would investigate the gore and gawk at the entrails strewn about, but you don't have the time.  Tracks lead north to a hill overlooking the camp.");
		set_flag(56,0,1);
	}

break;