// v1.0.0
// obase.txt
// Spiderweb Software (spidweb@spidweb.com)

beginoutdoorscript;

variables;

int i,j,k,r1,choice;

body;

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

beginstate START_STATE;
// This state is called every turn the party is in this outdoor section. 
break;

beginstate 10;
break;

beginstate 11;
break;

//	reset_dialog();
//	add_dialog_str(0,"",0);
//	add_dialog_choice(0,"");
//	choice = run_dialog(1);
//	if (choice == 1)
//		end();

//	if (get_flag(0,0) > 0)
//		end();
//	message_dialog("","");
//	set_flag(0,0,1);
