// TOWN SCRIPT
//    Town 50: Bandit Lair


begintownscript;

variables;

int i,j,k,r1,choice;


body;

beginstate INIT_STATE;
break;

beginstate EXIT_STATE;
break;

beginstate START_STATE;
break;

