HobbezG2 Beginner
Joined: 01 Mar 2012 Posts: 17
|
Posted: Wed Mar 07, 2012 8:22 am
Dark and Shattered Lands (DSL) Tick Timer (zMud 7.21) |
Dark and Shattered Lands
dsl-mud.org:4000
www.dsl-mud.org
One of the most essential tools for all your MUD'n needs: the Tick Timer! Another timeless
script written by Drax and tailored for Dark and Shattered Lands. In order for this to auto
sync your ticks, be sure to adjust the end of your prompt with
.
NOTE:
%t : Display the current game time (%T works too)
%c : Display a carriage return (useful for multi-line prompts)
1) Copy the below provided script code into a notepad txt file.
2) Settings --> Import --> Script (ASCII) --> then select above file
3) Voila
Code: |
#CLASS {TickTimer}
#VAR Minutes {0|3} {0|3}
#VAR DSLtime {??:??} {??:??}
#VAR Tick_Aff {49731}
#TRIGGER {~((%d):({@Minutes})0[ap]m~)$} {#VAR DSLtime %concat( %1, ":", %2, "0");#VAR Minutes {%if( %2, 0, 3)};#TS 41;#ADD Tick_Aff 1;#GAG}
#STAT {@DSLtime}
#STW {%if( @Affects_Toggle, @Affects_Window)}
#CLASS 0
|
|
|