// OUTDOOR SECTION SCRIPT
//    Section: X = 1, Y = 3: East of Thassaka

beginoutdoorscript;

variables;

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

body;

beginstate INIT_STATE;
// This state called whenever this section is loaded into memory.
break;

beginstate START_STATE;
// Starting state of the section, called every turn the party 
// stands inside this section until you change the state.
break;

beginstate 10;
if (get_flag(223,0) == 0) {
	message_dialog("Before you is a large, wide river of molten lava. You can see that there are many rocks upon which you can walk if you tread carefully, but a wrong step may cause serious pain.","The twisted, darkened earth has some odd stains here and there. Some are clearly blood. Some appear to be wine, and others may be remnants of decaying meat.");
	set_flag(223,0,1);
	}
break;