Guest User

Untitled

a guest
Feb 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 0.22 KB | None | 0 0
  1. proc skip_timer { } {
  2.  
  3.      global skip
  4.  
  5.      if { $skip > 0 } { set yzskiptimer [ utimer $skip skip_player ] }
  6.  
  7. }
  8.  
  9. proc kill_skip { } {
  10.  
  11.      global yzskiptimer
  12.      catch { killutimer $yzskiptimer } kt_skip
  13.  
  14. }
Add Comment
Please, Sign In to add comment