begintalkscript;

variables;
short
bmessage;

begintalknode 1;
 state = -1;
 nextstate = 1;
 question = "Commander G.";
 text1 = "Here is Commander G., the author of the terrible letter you got. He seems pleased to see you.";
 text2 = "_Hello adventurers! Please sit down._";
 
begintalknode 2;
 state = 1;
 nextstate = 2;
 question = "So...what is our mission?";
 text1 = "_You need to investigate that pathway right before you enter the fort. It appeared overnight, and I thought it would be best if you go rather than my men._";
 text2 = "_After all, if I lose you, I lose nothing. If I lose one of my men, I really do lose something._";
 text3 = "He has a point there.";begintalknode 3;
 state = 2;
 question = "Anything specific we should do?";
 text1 = "_Just investigate everything that is there. Once you do, report back to me._";
 code = toggle_quest(1,1);
 break;
