begintownscript;

variables;

body;

beginstate INIT_STATE;
	add_range_to_group(6,16,1);
	if(get_flag(4,2)==0){
		message_dialog("You enter the Empire camp under the hill. You are confronted by small-ish force of armed soldiers. Fighting this camp will be hard enough. You're glad, for a second, that you lied to the Empire.","But apparently they know what you did by now. They attack.");
		set_flag(4,2,1);
	}
break;

beginstate EXIT_STATE;
break;

beginstate START_STATE;
	if (get_flag(4,4) == 1 && get_flag(4,7) == 0) {
		erase_char(1001);
		set_flag(4,7,1);
	}
break;