summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-08 19:01:19 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-08 19:01:19 +0200
commite88d49b8c45f429589018b84b219b80caa66d44b (patch)
tree81015fecd3e4be62a0cbaa868ace763344d74d3b /lib
parent5867e77c9fd84033ec54c565e0d0759860c2a2c1 (diff)
Lua: Move "game start" help to C
Diffstat (limited to 'lib')
-rw-r--r--lib/mods/theme/scpt/help.lua22
-rw-r--r--lib/scpt/help.lua22
2 files changed, 0 insertions, 44 deletions
diff --git a/lib/mods/theme/scpt/help.lua b/lib/mods/theme/scpt/help.lua
index ffe7bc06..0773e879 100644
--- a/lib/mods/theme/scpt/help.lua
+++ b/lib/mods/theme/scpt/help.lua
@@ -30,28 +30,6 @@ ingame_help
ingame_help
{
- ["hook"] = HOOK_END_TURN,
- ["event"] = function(y, x) return TRUE end,
- ["desc"] =
- {
- "Welcome to Theme! I am the spirit of knowledge and my task is to help you",
- "to get used to how to play. I have prepared a #vparchment#y for you to #vread#y.",
- "Press r, then space then select it. You can also check the documentation",
- "by pressing ? at (nearly) any time.",
- "The first place you can explore is Barrow-downs. Go to the west of town",
- "and you should see a #v>#y there.",
- "If you miss any of this you can press ctrl+p to see your message log.",
- "Now I must reveal your task here. You are on a quest to investigate",
- "the dreadful tower of Dol Guldur in the Mirkwood forest to see what evil",
- "lurks there, but beware, you are not yet ready.",
- "If you do not want me to bother you any more with tips, press = then go",
- "into the ToME options and deactivate the ingame_help option.",
- "You can see your quest log by pressing ctrl+q. Now go to your destiny!",
- }
-}
-
-ingame_help
-{
["no_test"] = TRUE,
["callback"] = "select_context",
["fct"] = function(typ, name)
diff --git a/lib/scpt/help.lua b/lib/scpt/help.lua
index 87121baf..e6bb6a34 100644
--- a/lib/scpt/help.lua
+++ b/lib/scpt/help.lua
@@ -30,28 +30,6 @@ ingame_help
ingame_help
{
- ["hook"] = HOOK_END_TURN,
- ["event"] = function(y, x) return TRUE end,
- ["desc"] =
- {
- "Welcome to ToME! I am the spirit of knowledge and my task is to help you",
- "to get used to how to play. I have prepared a #vparchment#y for you to #vread#y.",
- "Press r, then space then select it. You can also check the documentation",
- "by pressing ? at (nearly) any time.",
- "The first place you can explore is Barrow-downs. Go to the west of town",
- "and you should see a #v>#y there.",
- "If you miss any of this you can press ctrl+p to see your message log.",
- "Now I must reveal your task here. You are on a quest to investigate",
- "the dreadful tower of Dol Guldur in the Mirkwood forest to see what evil",
- "lurks there, but beware, you are not yet ready.",
- "If you do not want me to bother you any more with tips, press = then go",
- "into the ToME options and deactivate the ingame_help option.",
- "You can see your quest log by pressing ctrl+q. Now go to your destiny!",
- }
-}
-
-ingame_help
-{
["no_test"] = TRUE,
["callback"] = "select_context",
["fct"] = function(typ, name)