diff --git a/common/map.tf b/common/map.tf index ae05c5e..6617caf 100644 --- a/common/map.tf +++ b/common/map.tf @@ -143,7 +143,8 @@ /def -aL -mregexp -t'warn:' _map_prompt_warn = /test map_prompt_display("@{Crgb520}", "%{PR}") /def -aL -mregexp -t'alert:' _map_prompt_alert = /test map_prompt_display("@{Crgb500}", "%{PR}") -/eval /def -F -q -mregexp -h'SEND ^(%{_map_standard_exits})$$' _map_hooks_ide_normal = \ +/eval /def -mregexp -h'SEND ^(%{_map_standard_exits})$$' _map_hooks_ide_normal = \ + /send %%{P0}%%;\ /set lwgo=1%%;\ /set lwlast=%%{P1}%%;\ /if ({dowalkcmd} =~ "1")\ @@ -154,7 +155,8 @@ /hide off%%;\ /_map_go exit:%%{P1} -/eval /def -F -q -mregexp -h'SEND ^(przemknij (?:sie |)(?:z druzyna |))(%{_map_standard_exits})$$' _map_hooks_ide_sneak = \ +/eval /def -mregexp -h'SEND ^(przemknij (?:sie |)(?:z druzyna |))(%{_map_standard_exits})$$' _map_hooks_ide_sneak = \ + /send %%{P0}%%;\ /set lwgo=1%%;\ /set lwlast=%%{P2}%%;\ /if ({dowalkcmd} =~ "1")\ @@ -165,7 +167,8 @@ /hide on%%;\ /_map_go exit:%%{P2} -/eval /def -q -mregexp -h'SEND ^(%{_map_custom_exits})$$' _map_hooks_customy_normal = \ +/eval /def -mregexp -h'SEND ^(%{_map_custom_exits})$$' _map_hooks_customy_normal = \ + /send %%{P0}%%;\ /set lwgo=1%%;\ /set lwlast=%%{P1}%%;\ /if ({dowalkcmd} =~ "1")\ @@ -176,7 +179,8 @@ /hide off%%;\ /_map_go custom:%%{P1} -/eval /def -q -mregexp -h'SEND ^(przemknij (?:sie |)(?:z druzyna |))(%{_map_custom_exits})$$' _map_hooks_customy_sneak = \ +/eval /def -mregexp -h'SEND ^(przemknij (?:sie |)(?:z druzyna |))(%{_map_custom_exits})$$' _map_hooks_customy_sneak = \ + /send %%{P0}%%;\ /set lwgo=1%%;\ /set lwlast=%%{P2}%%;\ /if ({dowalkcmd} =~ "1")\ @@ -187,7 +191,8 @@ /hide on%%;\ /_map_go custom:%%{P2} -/eval /def -q -mregexp -h'SEND ^((%{_map_custom_exits_with_arg})( .*|))$$' _map_hooks_customy2_normal = \ +/eval /def -mregexp -h'SEND ^((%{_map_custom_exits_with_arg})( .*|))$$' _map_hooks_customy2_normal = \ + /send %%{P0}%%;\ /set lwgo=1%%;\ /set lwlast=%%{P1}%%;\ /if ({dowalkcmd} =~ "1")\