131 lines
5.3 KiB
HCL
131 lines
5.3 KiB
HCL
/def -mregexp -Fp2 -t'(.*) uciekl(|a) ci.' ktos_mi_uciekl = \
|
|
/set kto_uciekl=%{P1} %;\
|
|
/_pokaz_ucieczke %P1 %;\
|
|
/return substitute(decode_attr(decode_attr("UCIECZKA ---> %P1 <--- UCIECZKA", {zc_bold}), {zc_main_background}))
|
|
|
|
/def _pokaz_ucieczke = \
|
|
/runne %{*} %;\
|
|
/runnw %{*} %;\
|
|
/runse %{*} %;\
|
|
/runsw %{*} %;\
|
|
/rune %{*} %;\
|
|
/runw %{*} %;\
|
|
/runn %{*} %;\
|
|
/runs %{*} %;\
|
|
/runu %{*} %;\
|
|
/rund %{*} %;\
|
|
/runx %{*}
|
|
|
|
/def runne = /def -mglob -aC%c_alarm -Fp2 -t"*%{kto_uciekl} * na polnocny-wschod." runne2 = \
|
|
/echo %%;\
|
|
/test echo(decode_attr(" # # # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # %{kto_uciekl}"), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # "), {zc_alarm}) %%;\
|
|
/echo %%;\
|
|
/beep 1
|
|
|
|
/def runnw = /def -mglob -aC%c_alarm -Fp2 -t"*%{kto_uciekl} * na polnocny-zachod." runnw2 = \
|
|
/echo %%;\
|
|
/test echo(decode_attr(" # # # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # %{kto_uciekl}"), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # "), {zc_alarm}) %%;\
|
|
/echo %%;\
|
|
/beep 1
|
|
|
|
/def runse = /def -mglob -aC%c_alarm -Fp2 -t"*%{kto_uciekl} * na poludniowy-wschod." runse2 = \
|
|
/echo %%;\
|
|
/test echo(decode_attr(" # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # %{kto_uciekl}"), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # # "), {zc_alarm}) %%;\
|
|
/echo %%;\
|
|
/beep 1
|
|
|
|
/def runsw = /def -mglob -aC%c_alarm -Fp2 -t"*%{kto_uciekl} * na poludniowy-zachod." runsw2 = \
|
|
/echo %%;\
|
|
/test echo(decode_attr(" # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # %{kto_uciekl}"), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # # "), {zc_alarm}) %%;\
|
|
/echo %%;\
|
|
/beep 1
|
|
|
|
/def rune = /def -mglob -aC%c_alarm -Fp2 -t"*%{kto_uciekl} * na wschod." rune2 = \
|
|
/echo %%;\
|
|
/test echo(decode_attr(" # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # %{kto_uciekl}"), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" ######### "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # "), {zc_alarm}) %%;\
|
|
/echo %%;\
|
|
/beep 1
|
|
|
|
/def runw = /def -mglob -aC%c_alarm -Fp2 -t"*%{kto_uciekl} * na zachod." runw2 = \
|
|
/echo %%;\
|
|
/test echo(decode_attr(" # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # %{kto_uciekl}"), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" ########## "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # "), {zc_alarm}) %%;\
|
|
/echo %%;\
|
|
/beep 1
|
|
|
|
/def runn = /def -mglob -aC%c_alarm -Fp2 -t"*%{kto_uciekl} * na polnoc." runn2 = \
|
|
/echo %%;\
|
|
/test echo(decode_attr(" # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" ### %{kto_uciekl}"), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # "), {zc_alarm}) %%;\
|
|
/echo %%;\
|
|
/beep 1
|
|
|
|
/def runs = /def -mglob -aC%c_alarm -Fp2 -t"*%{kto_uciekl} * na poludnie." runs2 = \
|
|
/echo %%;\
|
|
/test echo(decode_attr(" # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # %{kto_uciekl}"), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" ### "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # "), {zc_alarm}) %%;\
|
|
/echo %%;\
|
|
/beep 1
|
|
|
|
/def runu = /def -mglob -aC%c_alarm -Fp2 -t"*%{kto_uciekl} * na gore." runu2 = \
|
|
/echo %%;\
|
|
/test echo(decode_attr(" # # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # %{kto_uciekl}"), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" #### "), {zc_alarm}) %%;\
|
|
/echo %%;\
|
|
/beep 1
|
|
|
|
/def rund = /def -mglob -aC%c_alarm -Fp2 -t"*%{kto_uciekl} * na dol." rund2 = \
|
|
/echo %%;\
|
|
/test echo(decode_attr(" ##### "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # %{kto_uciekl}"), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" ##### "), {zc_alarm}) %%;\
|
|
/echo %%;\
|
|
/beep 1
|
|
|
|
/def runx = /def -mglob -aC%c_alarm -Fp2 -t"*%{kto_uciekl} * do wyjscia." runx2 = \
|
|
/echo %%;\
|
|
/test echo(decode_attr(" # # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # %{kto_uciekl}"), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # "), {zc_alarm}) %%;\
|
|
/test echo(decode_attr(" # # "), {zc_alarm}) %%;\
|
|
/echo %%;\
|
|
/beep 1
|
|
|
|
/def nohunt = /purge -i run*2
|