.
This commit is contained in:
parent
294804e9b6
commit
902abc0cf5
2 changed files with 14 additions and 6 deletions
|
@ -162,17 +162,18 @@
|
||||||
/def key_nkp5%%;\
|
/def key_nkp5%%;\
|
||||||
/_map_go exit:%%{P1}
|
/_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}%%;\
|
/send %%{P0}%%;\
|
||||||
/set lwgo=1%%;\
|
/set lwgo=1%%;\
|
||||||
/set lwlast=%%{P2}%%;\
|
/set lwlast=%%{P3}%%;\
|
||||||
/if ({dowalkcmd} =~ "1")\
|
/if ({dowalkcmd} =~ "1")\
|
||||||
/send %walkcmd%%;\
|
/send %walkcmd%%;\
|
||||||
/endif%%;\
|
/endif%%;\
|
||||||
/def key_f12%%;\
|
/def key_f12%%;\
|
||||||
/def key_nkp5%%;\
|
/def key_nkp5%%;\
|
||||||
/hide on%%;\
|
/hide on%%;\
|
||||||
/_map_go exit:%%{P2}
|
/_map_go exit:%%{P3}
|
||||||
|
|
||||||
/eval /def -mregexp -h'SEND ^(%{_map_custom_exits})$$' _map_hooks_customy_normal = \
|
/eval /def -mregexp -h'SEND ^(%{_map_custom_exits})$$' _map_hooks_customy_normal = \
|
||||||
/send %%{P0}%%;\
|
/send %%{P0}%%;\
|
||||||
|
@ -183,14 +184,18 @@
|
||||||
/hide off%%;\
|
/hide off%%;\
|
||||||
/_map_go custom:%%{P1}
|
/_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}%%;\
|
/send %%{P0}%%;\
|
||||||
/set lwgo=1%%;\
|
/set lwgo=1%%;\
|
||||||
/set lwlast=%%{P2}%%;\
|
/set lwlast=%%{P3}%%;\
|
||||||
|
/if ({dowalkcmd} =~ "1")\
|
||||||
|
/send %walkcmd%%;\
|
||||||
|
/endif%%;\
|
||||||
/def key_f12%%;\
|
/def key_f12%%;\
|
||||||
/def key_nkp5%%;\
|
/def key_nkp5%%;\
|
||||||
/hide on%%;\
|
/hide on%%;\
|
||||||
/_map_go custom:%%{P2}
|
/_map_go custom:%%{P3}
|
||||||
|
|
||||||
/eval /def -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}%%;\
|
/send %%{P0}%%;\
|
||||||
|
|
|
@ -123,6 +123,9 @@
|
||||||
dziob|\
|
dziob|\
|
||||||
rufa|\
|
rufa|\
|
||||||
srodpoklad|\
|
srodpoklad|\
|
||||||
|
mesa|\
|
||||||
|
ladownia|\
|
||||||
|
kajuty|\
|
||||||
chatka
|
chatka
|
||||||
|
|
||||||
/set _map_custom_exits_with_arg=\
|
/set _map_custom_exits_with_arg=\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue