Dodanie wsparcia dla schematow kolorow.
This commit is contained in:
parent
685168bae4
commit
7abac10695
32 changed files with 1430 additions and 1407 deletions
|
@ -22,10 +22,10 @@
|
|||
|
||||
/def delay = \
|
||||
/if ( {1} =~ "" )\
|
||||
/echo -p #@{BC%kolor_info}#@{n}# Delay: @{BC%kolor_info}%delay@{n}%;\
|
||||
/echo -p #@{C%c_info}#@{n}# Delay: @{C%c_info}%delay@{n}%;\
|
||||
/else \
|
||||
/set delay %{*} %;\
|
||||
/echo -p #@{BC%kolor_info}#@{n}# Delay: @{BC%kolor_info}%delay@{n}%;\
|
||||
/echo -p #@{C%c_info}#@{n}# Delay: @{C%c_info}%delay@{n}%;\
|
||||
/endif
|
||||
|
||||
/def wns = \
|
||||
|
@ -118,7 +118,7 @@
|
|||
|
||||
/def unnormalset = \
|
||||
/alias ww /dounnormal %{*} %%; /set lwlast=dziwne %;\
|
||||
/echo -p #@{BC%kolor_info}#@{n}# Dziwne wyjscie - @{BC%kolor_info}%{*}@{n}. %;\
|
||||
/echo -p #@{C%c_info}#@{n}# Dziwne wyjscie - @{C%c_info}%{*}@{n}. %;\
|
||||
|
||||
/def dounnormal = \
|
||||
/if ( {sneak} =~ "ON" ) \
|
||||
|
@ -200,27 +200,27 @@
|
|||
|
||||
/def sneak = \
|
||||
/if ( {1} =~ NULL )\
|
||||
/echo -p #@{BC%kolor_info}#@{n}# Przemykanie: @{BC%kolor_info}%sneak@{n}%;\
|
||||
/echo -p #@{C%c_info}#@{n}# Przemykanie: @{C%c_info}%sneak@{n}%;\
|
||||
/elseif ( {1} =~ "off" ) \
|
||||
/set sneak %{1} %;\
|
||||
/status_edit -r1 sneak:4:BC%{kolor_main} %;\
|
||||
/status_edit -r1 sneak:4:C%{c_main} %;\
|
||||
/elseif ( {1} =~ "ON" ) \
|
||||
/set sneak %{1} %;\
|
||||
/status_edit -r1 sneak:4:BC%{kolor_alarm} %;\
|
||||
/status_edit -r1 sneak:4:C%{c_alarm} %;\
|
||||
/elseif ( {1} =~ "TEAM" ) \
|
||||
/set sneak %{1} %;\
|
||||
/status_edit -r1 sneak:4:BC%{kolor_alarm} %;\
|
||||
/status_edit -r1 sneak:4:C%{c_alarm} %;\
|
||||
/endif
|
||||
|
||||
/def hide = \
|
||||
/if ( {1} =~ NULL )\
|
||||
/echo -p #@{BC%kolor_info}#@{n}# Ukrycie: @{BC%kolor_info}%hide@{n}%;\
|
||||
/echo -p #@{C%c_info}#@{n}# Ukrycie: @{C%c_info}%hide@{n}%;\
|
||||
/elseif ( {1} =~ "off" ) \
|
||||
/set hide %{1} %;\
|
||||
/status_edit -r1 hide:3:BC%{kolor_main} %;\
|
||||
/status_edit -r1 hide:3:C%{c_main} %;\
|
||||
/elseif ( {1} =~ "ON" ) \
|
||||
/set hide %{1} %;\
|
||||
/status_edit -r1 hide:3:BC%{kolor_alarm} %;\
|
||||
/status_edit -r1 hide:3:C%{c_alarm} %;\
|
||||
/endif
|
||||
|
||||
/def -mregexp -Fp2 -t'Chowasz sie .* potrafisz' hideon0 = /hide ON
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue