20 lines
408 B
HCL
20 lines
408 B
HCL
/f1 empty
|
|
/f2 empty
|
|
/f3 empty
|
|
/f4 empty
|
|
/f5 empty
|
|
/f6 empty
|
|
/f7 empty
|
|
/f8 empty
|
|
|
|
;; kompatybilność wsteczna:
|
|
/eval /set kolor_info=%c_info
|
|
/eval /set obecnie_swiat=%mudworld
|
|
/eval /set obecnie_expujacy=%player
|
|
/def _compat_clean = \
|
|
/quote -S -dexec !\
|
|
if [ -f %{priv_dir}/%{mudworld}/imiona.tf ]; then \
|
|
mv %{priv_dir}/%{mudworld}/imiona.tf %{priv_dir}/%{mudworld}/names.tf; \
|
|
fi
|
|
/_compat_clean
|