This commit is contained in:
Bartek Stalewski 2018-06-18 02:31:13 +02:00
parent d7a5505bff
commit a338c054c8
3 changed files with 3 additions and 3 deletions

View file

@ -126,7 +126,7 @@
/if ({P1} =~ "Jestes")\
/set aggro=0%;\
/status_edit -r2 aggro:-2:C%c_main%;\
/return substitute(strcat("[-] [", {_showkondycja}, "] ", {PL}, decode_attr("### TY ### ", {zc_alarm}), {P2}, ".", {PR}))%;\
/return substitute(strcat("[-] [", {_showkondycja}, "] ", {PL}, decode_attr("### TY ### ", {zc_bold}), {P2}, ".", {PR}))%;\
/else \
/return substitute(strcat("[-] [", {_showkondycja}, "] ", {PL}, {P1}, " ", {P2}, ".", {PR}))%;\
/endif

View file

@ -1,5 +1,5 @@
; postepy
/set _postepy_max=20
/set _postepy_max=19
/set _postepy_list=\
logowanie|\
znikome|\

View file

@ -41,7 +41,7 @@
/let _showkondycja=$[strcat(decode_attr(decode_attr("-LEDWO-", {zc_bold}), {zc_crit_background}))]%;\
/endif %;\
/if ({P1} =~ "Jestes")\
/return substitute(strcat("[", {_showkondycja}, "] ", {PL}, decode_attr("### TY ### ", {zc_alarm}), {P2}, ".", {PR}))%;\
/return substitute(strcat("[", {_showkondycja}, "] ", {PL}, decode_attr("### TY ### ", {zc_bold}), {P2}, ".", {PR}))%;\
/else \
/return substitute(strcat("[", {_showkondycja}, "] ", {PL}, {P1}, " ", {P2}, ".", {PR}))%;\
/endif