Poprawki /walkcmd.
This commit is contained in:
parent
dfd7e41251
commit
f08404e1f3
1 changed files with 15 additions and 27 deletions
|
@ -65,26 +65,14 @@
|
|||
/def idz = \
|
||||
/set lwgo=1 %;\
|
||||
/set lwlast=%{1} %;\
|
||||
/if ( {sneak} =~ "off" )\
|
||||
/if ({sneak} =~ "off" )\
|
||||
/send -h %{1} %;\
|
||||
/if ({dowalkcmd} =~ "1")\
|
||||
/send %walkcmd%;\
|
||||
/echo 1%;\
|
||||
/endif%;\
|
||||
/hide off %;\
|
||||
/elseif ( {sneak} =~ "ON" )\
|
||||
/elseif ({sneak} =~ "ON" )\
|
||||
/send -h przemknij %{1} %;\
|
||||
/if ({dowalkcmd} =~ "1")\
|
||||
/send %walkcmd%;\
|
||||
/echo 2%;\
|
||||
/endif%;\
|
||||
/hide on %;\
|
||||
/elseif ( {sneak} =~ "GRP" )\
|
||||
/send -h przemknij z druzyna %{1} %;\
|
||||
/if ({dowalkcmd} =~ "1")\
|
||||
/send %walkcmd%;\
|
||||
/echo 3%;\
|
||||
/endif%;\
|
||||
/elseif ({sneak} =~ "GRP" )\
|
||||
/send -h przemknij z druzyna %{1}%;\
|
||||
/hide on %;\
|
||||
/endif %;\
|
||||
/def key_f12%;\
|
||||
|
@ -156,12 +144,12 @@
|
|||
/echo -p #@{C%c_info}#@{n}# Dziwne wyjscie - @{C%c_info}%{*}@{n}.
|
||||
|
||||
/def dounnormal = \
|
||||
/if ( {sneak} =~ "ON" ) \
|
||||
/send -h przemknij %{*} %;\
|
||||
/elseif ( {sneak} =~ "GRP" ) \
|
||||
/send -h przemknij z druzyna %{*} %;\
|
||||
/if ( {sneak} =~ "ON" )\
|
||||
/send -h przemknij %{*}%;\
|
||||
/elseif ( {sneak} =~ "GRP" )\
|
||||
/send -h przemknij z druzyna %{*}%;\
|
||||
/else \
|
||||
/send -h %{*} %;\
|
||||
/send -h %{*}%;\
|
||||
/endif
|
||||
|
||||
/def checkgo=\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue