// v1.0.0
// tbasedlg.txt
// Spiderweb Software (spidweb@spidweb.com)

// TOWN DIALOGUE SCRIPT

// This is the dialogue for this town.
// You can use states numbered from 1 to 199.

begintalkscript;

variables;

int i,j,k,r1,choice;

begintalknode 1;
	state = -1;
	nextstate = 1;
	condition = 1;
	question = "";
	text1 = "";
	text5 = "";
	action = INTRO;

begintalknode 2;
	state = 1;
	nextstate = -1;
	condition = 1;
	question = "";
	text1 = "";

