Commit 1878f6ccecc70b7bbf90e519112810b9968c1f4c

Authored by dg
1 parent 894db07d

You can tell the Eidolon you jsut wish to die now


git-svn-id: http://svn.net-core.org/repos/t-engine4@5134 51575b47-30f0-44d4-a5cc-537603b46e54
... ... @@ -31,6 +31,17 @@ As for your probable many questions, they will stay unanswered. I may help, but
31 31 cond=function() return not game.level.source_level.data or not game.level.source_level.data.no_worldport end,
32 32 action=function() game.level.data.eidolon_exit(true) end
33 33 },
  34 + {"Thank you, but I am weary of this life, I wish no more, please let me go.", jump="die"},
  35 + }
  36 +}
  37 +
  38 +newChat{ id="die",
  39 + text = [[#LIGHT_GREEN#*It seems to stare at you in weird way.*#WHITE#
  40 +I...had plans for you, but I can not go against your free will. Know that you had a destiny waiting for you.
  41 +Are you sure?]],
  42 + answers = {
  43 + {"Just let me go please.", action=function(npc, player) game:getPlayer(true):die(game.player) end},
  44 + {"No actually, perhaps life is still worth it!"},
34 45 }
35 46 }
36 47
... ...