Skip to content

Commit

Permalink
Automatically run 'find 'prompt' on start (#3799)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed May 17, 2020
1 parent 3923dec commit 8bfb2cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mudlet-lua/lua/generic-mapper/generic_mapper.xml
Expand Up @@ -2949,6 +2949,7 @@ function map.eventHandler(event, ...)
config()
elseif event == "mapOpenEvent" then
if not help_shown and not map.save.prompt_pattern[map.character or ""] then
map.find_prompt()
send("look", true)
tempTimer(3, function() map.show_help("quick_start"); help_shown = true end)
end
Expand Down

0 comments on commit 8bfb2cb

Please sign in to comment.