Advertisement
hadar

Hadar

Feb 16th, 2010
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. status bar: Tick: %format("&2.0n",@tick)
  2.  
  3. and @tick:
  4. %if( %mod( %ctime, 60) >= @time_diff, %eval( %eval( 60 + @time_diff - %mod( %ctime, 60))), %eval( %eval( @time_diff - %mod( %ctime, 60))))
  5.  
  6. #VARIABLE time_diff %mod( %ctime, 60)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement