summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/mods/theme/scpt/help.lua16
-rw-r--r--lib/scpt/help.lua16
2 files changed, 0 insertions, 32 deletions
diff --git a/lib/mods/theme/scpt/help.lua b/lib/mods/theme/scpt/help.lua
index 9d53ba40..6a153933 100644
--- a/lib/mods/theme/scpt/help.lua
+++ b/lib/mods/theme/scpt/help.lua
@@ -15,19 +15,3 @@ ingame_help
"This can lead to quests. You can also give items to 'monsters' with the y key.",
}
}
-
-ingame_help
-{
- ["no_test"] = TRUE,
- ["callback"] = "select_context",
- ["fct"] = function(typ, name)
- -- list of files for classes, { filename, anchor }
- local t =
- {
- }
-
- if t[typ][name] then ingame_help_doc(t[typ][name][1], t[typ][name][2])
- else ingame_help_doc("help.hlp", 0)
- end
- end,
-}
diff --git a/lib/scpt/help.lua b/lib/scpt/help.lua
index 9d53ba40..6a153933 100644
--- a/lib/scpt/help.lua
+++ b/lib/scpt/help.lua
@@ -15,19 +15,3 @@ ingame_help
"This can lead to quests. You can also give items to 'monsters' with the y key.",
}
}
-
-ingame_help
-{
- ["no_test"] = TRUE,
- ["callback"] = "select_context",
- ["fct"] = function(typ, name)
- -- list of files for classes, { filename, anchor }
- local t =
- {
- }
-
- if t[typ][name] then ingame_help_doc(t[typ][name][1], t[typ][name][2])
- else ingame_help_doc("help.hlp", 0)
- end
- end,
-}