Skip to content

Commit

Permalink
Automatically run 'find 'prompt' on start (Mudlet#3799)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 authored and Chris7 committed Jan 2, 2022
1 parent af03e8c commit fa2952b
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 fa2952b

Please sign in to comment.