This commit is contained in:
Bartek Stalewski 2013-10-01 23:46:33 +02:00
parent 4613e89b3d
commit 6de0150e50

View file

@ -128,15 +128,16 @@
/def unnormalset = \ /def unnormalset = \
/alias ww /dounnormal %{*} %%; /set lwlast=dziwne %;\ /alias ww /dounnormal %{*} %%; /set lwlast=dziwne %;\
/echo -p #@{C%c_info}#@{n}# Dziwne wyjscie - @{C%c_info}%{*}@{n}. %;\ /echo -p #@{C%c_info}#@{n}# Dziwne wyjscie - @{C%c_info}%{*}@{n}.
/def dounnormal = \
/if ( {sneak} =~ "ON" ) \ /def dounnormal = \
/send -h przemknij %{*} %;\ /if ( {sneak} =~ "ON" ) \
/elseif ( {sneak} =~ "TEAM" ) \ /send -h przemknij %{*} %;\
/send -h przemknij z druzyna %{*} %;\ /elseif ( {sneak} =~ "TEAM" ) \
/else \ /send -h przemknij z druzyna %{*} %;\
/send -h %{*} %;\ /else \
/endif /send -h %{*} %;\
/endif
/def checkgo=\ /def checkgo=\
/if (lwgo==1) \ /if (lwgo==1) \