// Town 41: Rapids
begintownscript;

variables;

short choice,i,j,k;
string dlgstr;

body;

beginstate INIT_STATE;
	set_crime_tolerance(2);
	
	if (get_flag(41,1) == 1) {
		force_instant_terrain_redraw();
		message_dialog("You approach the rapids. According to your instructions, there should be a narrow way through on the west side somewhere.","");
		set_terrain(7,19,0);
		}
break;

beginstate EXIT_STATE;
break;

beginstate START_STATE;
break;

beginstate 10;
break;