Poprawki indentacji, zmiana defaultowego koloru walki wlasnej, bug w /op

This commit is contained in:
Bartek Stalewski 2012-08-15 02:05:55 +02:00
parent 722f56fc0f
commit c63a5ec172
9 changed files with 118 additions and 118 deletions

View file

@ -5,33 +5,33 @@
/def cel = \
/if ( {*} !~ NULL )\
/if (strstr({*}, "|") != -1) \
/let n=$[strchr({*}, '|')] %;\
/test cel := substr({*}, 0, n) %;\
/test celu := substr({*}, n+1) %;\
/else \
/set cel %{*} %;\
/set celu %{*} %;\
/endif %;\
/if (strstr({*}, "|") != -1) \
/let n=$[strchr({*}, '|')] %;\
/test cel := substr({*}, 0, n) %;\
/test celu := substr({*}, n+1) %;\
/else \
/set cel %{*} %;\
/set celu %{*} %;\
/endif %;\
/endif %;\
/echo -p #@{BC%kolor_info}#@{n}# 1st: @{BC%kolor_info}%cel@{n} (lamanie @{BC%kolor_info}%celu@{n})%;\
/echo -p #@{BC%kolor_info}#@{n}# 2nd: @{BC%kolor_info}%cel2@{n} (lamanie @{BC%kolor_info}%cel2u@{n})%;\
/echo -p #@{BC%kolor_info}#@{n}# Typ: @{BC%kolor_info}%opis_ataku@{n}
/echo -p #@{BC%kolor_info}#@{n}# Typ: @{BC%kolor_info}%opis_ataku@{n}
/def cel2 = \
/if ( {*} !~ NULL )\
/if (strstr({*}, "|") != -1) \
/let n=$[strchr({*}, '|')] %;\
/test cel2 := substr({*}, 0, n) %;\
/test cel2u := substr({*}, n+1) %;\
/else \
/set cel2 %{*} %;\
/set cel2u %{*} %;\
/endif %;\
/if (strstr({*}, "|") != -1) \
/let n=$[strchr({*}, '|')] %;\
/test cel2 := substr({*}, 0, n) %;\
/test cel2u := substr({*}, n+1) %;\
/else \
/set cel2 %{*} %;\
/set cel2u %{*} %;\
/endif %;\
/endif %;\
/echo -p #@{BC%kolor_info}#@{n}# 1st: @{BC%kolor_info}%cel@{n} (lamanie @{BC%kolor_info}%celu@{n})%;\
/echo -p #@{BC%kolor_info}#@{n}# 2nd: @{BC%kolor_info}%cel2@{n} (lamanie @{BC%kolor_info}%cel2u@{n})%;\
/echo -p #@{BC%kolor_info}#@{n}# Typ: @{BC%kolor_info}%opis_ataku@{n}
/echo -p #@{BC%kolor_info}#@{n}# Typ: @{BC%kolor_info}%opis_ataku@{n}
/def am = \
/if ( {1} =~ "1" ) \
@ -66,14 +66,14 @@
/endif
/alias x \
/if (strstr({*}, "|") != -1) \
/let n=$[strchr({*}, '|')] %;\
/test p1 := substr({*}, 0, n) %;\
/test p2 := substr({*}, n+1) %;\
/_atak %{p1}|%{p2} %;\
/else \
/_atak %{*}|%{*} %;\
/endif
/if (strstr({*}, "|") != -1) \
/let n=$[strchr({*}, '|')] %;\
/test p1 := substr({*}, 0, n) %;\
/test p2 := substr({*}, n+1) %;\
/_atak %{p1}|%{p2} %;\
/else \
/_atak %{*}|%{*} %;\
/endif
/alias x1 /_atak %{cel}|%{celu}
/alias x2 /_atak drugiego %{cel}|drugiego %{celu}
/alias x3 /_atak trzeciego %{cel}|trzeciego %{celu}