Odliczanie ukrywania.
This commit is contained in:
parent
02885c4a7e
commit
5b8018e121
5 changed files with 65 additions and 26 deletions
|
@ -54,20 +54,24 @@
|
|||
/load %{priv_dir}/%{mudworld}/herbs.tf %;\
|
||||
/load %{priv_dir}/%{mudworld}/names.tf %;\
|
||||
/load %{priv_dir}/%{mudworld}/players/%{player}/%{player}.tf %;\
|
||||
/if ( {poczta_show} !~ "none" )\
|
||||
/if ({poczta_show} !~ "none" )\
|
||||
/status_edit -r1 poczta_show:5:C%{c_alarm} %;\
|
||||
/endif %;\
|
||||
/if ( {bindings} !~ NULL ) \
|
||||
/if ({bindings} !~ NULL ) \
|
||||
/def -b'`' tempbind = /dobind %{bindings} %;\
|
||||
/if ( {ktype} =~ "mac" ) \
|
||||
/if ({ktype} =~ "mac" ) \
|
||||
/def key_nkp- = /dobind %{*} %;\
|
||||
/endif %;\
|
||||
/endif %;\
|
||||
/sneak %sneak %;\
|
||||
/hide %hide %;\
|
||||
/if ( {weaponstat} =~ "ON" )\
|
||||
/if ({hide} =~ "on" )\
|
||||
/status_edit -r1 hideshow:4:C%c_alarm%;\
|
||||
/else \
|
||||
/status_edit -r1 hideshow:4:C%c_main%;\
|
||||
/endif%;\
|
||||
/if ({weaponstat} =~ "ON" )\
|
||||
/weapon_on%;\
|
||||
/elseif ( {weaponstat} =~ "!!!" )\
|
||||
/elseif ( {weaponstat} =~ "ERR" )\
|
||||
/weapon_break%;\
|
||||
/endif%;\
|
||||
/f1 %f1 %;\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue