Message2991

Author matthiaskrgr
Recipients
Date 2014-11-30.12:17:30
Content
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:31matthiaskrgrsetmessageid: <1417349851.06.0.776699774554.issue776@freedroid.org>
2014-11-30 12:17:31matthiaskrgrlinkissue776 messages
2014-11-30 12:17:30matthiaskrgrcreate