Issue776

Title Unreferenced Dialog Node - Chandra
Priority minor Status rejected
Assigned To Keywords
Linked issues Watchers

Submitted on 2014-11-29 17h31 by digifuzzy, last changed by matthiaskrgr.

Messages
Author: digifuzzy Date: 2014-11-29   17h31
Found during dialog parsing.

Chandra - nodeID = "node21" not referenced in dialog.
Author: matthiaskrgr Date: 2014-11-30   12h17
There is a node21:

	{
		id = "node21",
		text = _"(Calmly accept this information)",
		echo_text = false,
		topic = "Linarians Attacked",
		code = function()
			Tux:says(_"What happened to the other Linarians that survived first contact?")
			Npc:says(_"Sadly, I do not know. All that remains are legends. For a time,
Linarians wandered the planet performing grand deeds and earning the respect of
most of humanity.")
			Npc:says(_"But as time passed, so did the memories of the great deeds. It is
unlikely that you will find many who know more about your people's noble past.")
			Npc:says(_"Perhaps there are still other Linarians alive here on our planet.
Or maybe some went back to your own planet.")
			Chandra_first_contact = true
			hide("node20")
			pop_topic()
		end,
	},


which is shown in node20 and hidden in node22.

I'll close this as invalid.
History
Date User Action Args
2014-11-30 12:17:31matthiaskrgrsetstatus: open -> rejected
messages: + msg2991
2014-11-29 17:31:25digifuzzycreate