This commit is contained in:
Bartek Stalewski 2018-06-14 13:04:31 +02:00
parent 294804e9b6
commit 902abc0cf5
2 changed files with 14 additions and 6 deletions

View file

@ -162,17 +162,18 @@
/def key_nkp5%%;\
/_map_go exit:%%{P1}
/eval /def -mregexp -h'SEND ^(przemknij (?:sie |)(?:z druzyna |))(%{_map_standard_exits})$$' _map_hooks_ide_sneak = \
/eval /def -mregexp -h'SEND ^((przemknij|p) (?:sie |)(?:z druzyna |))(%{_map_standard_exits})$$' _map_hooks_ide_sneak = \
/echo dziaa%%;\
/send %%{P0}%%;\
/set lwgo=1%%;\
/set lwlast=%%{P2}%%;\
/set lwlast=%%{P3}%%;\
/if ({dowalkcmd} =~ "1")\
/send %walkcmd%%;\
/endif%%;\
/def key_f12%%;\
/def key_nkp5%%;\
/hide on%%;\
/_map_go exit:%%{P2}
/_map_go exit:%%{P3}
/eval /def -mregexp -h'SEND ^(%{_map_custom_exits})$$' _map_hooks_customy_normal = \
/send %%{P0}%%;\
@ -183,14 +184,18 @@
/hide off%%;\
/_map_go custom:%%{P1}
/eval /def -mregexp -h'SEND ^(przemknij (?:sie |)(?:z druzyna |))(%{_map_custom_exits})$$' _map_hooks_customy_sneak = \
/eval /def -mregexp -h'SEND ^((przemknij|p) (?:sie |)(?:z druzyna |))(%{_map_custom_exits})$$' _map_hooks_customy_sneak = \
/echo dziaa2%%;\
/send %%{P0}%%;\
/set lwgo=1%%;\
/set lwlast=%%{P2}%%;\
/set lwlast=%%{P3}%%;\
/if ({dowalkcmd} =~ "1")\
/send %walkcmd%%;\
/endif%%;\
/def key_f12%%;\
/def key_nkp5%%;\
/hide on%%;\
/_map_go custom:%%{P2}
/_map_go custom:%%{P3}
/eval /def -mregexp -h'SEND ^((%{_map_custom_exits_with_arg})( .*|))$$' _map_hooks_customy2_normal = \
/send %%{P0}%%;\