beginoutdoorscript;

variables;

int choice;

body;

beginstate INIT_STATE;

break;
 beginstate START_STATE;
 break;
 beginstate 10;
 if (get_flag(0,23) == 0){ message_dialog("It probably isn't safe going there untill you have a reason and a plan.","");
 block_entry(1);
 } break;
 
beginstate 11;
 if (get_flag(0,23) == 1){ message_dialog("It probably isn't safe going there untill you have a reason and a plan.","");
 block_entry(1);
 } break;
 
beginstate 12; if (get_flag(0,23) == 2){ message_dialog("It probably isn't safe going there untill you have a reason and a plan.","");
 block_entry(1);
 } break;
 
beginstate 13; if (get_flag(0,23) == 3){ message_dialog("It probably isn't safe going there untill you have a reason and a plan.","");
 block_entry(1);
  } break;
 
beginstate 14; if (get_flag(0,23) == 4){ message_dialog("It probably isn't safe going there untill you have a reason and a plan.","");
 block_entry(1);
  } break;
 
beginstate 15;
 if (get_flag(1,16) == 0){ message_dialog("You have no business here. You turn back.","");
 block_entry(1);
  } break;
 