begintownscript;

variables;
 short choice;
 

body; 

beginstate INIT_STATE;
  break;
 
beginstate START_STATE;
 break;
 
beginstate EXIT_STATE;
 break;
 
beginstate 10;
 message_dialog("You appear on the other side of the portal. What you find is quite surprising. From looking at the bodies, and patches of lava in places, it seems like some forgotten place deep underground.","");
  message_dialog("You see a piece of paper saying _Hell_. Apparently you have a name for it now. You then notice one of the guards you saw at Fort G.","");
 break;

beginstate 11;
 message_dialog("As you go towards the guard, he walks up to you. _Hello. You guys have been unconscious for days, and I haven't been able to move you._","");
  message_dialog("_Come to our fort. It is northwest of here._ He then sits down. Odd. You don't remember being unconsious.","");
 break;
 