begintownscript;

variables;

body;

beginstate INIT_STATE;
	toggle_quest(0,1);
	message_dialog("Move in any direction to start.","");
break;

beginstate EXIT_STATE;
break;

beginstate START_STATE;
break;