Jump to content

Dialouge stopping in mid conversation


Recommended Posts

For some reason, the words, "The conversation ends" appear even though dialouge has just started! This is really odd. This is the first node of the conversation of the person which automaticaly ends converstation, even though no action END_TALK is used.

Code:
begintalknode 19;//Lone Personstate = -1;nextstate = 10;question = "Tracy";code =	clear_strings();	if (get_flag(75,0) > 0) {		add_string(2);		end();		} else {			add_string(1);			end();			}break;text1 = "Someone is sitting here, alone, playing chess with himself.";text2 = "Tracy looks at you happily, smileing.";  
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...