Guest User

Untitled

a guest
May 25th, 2018
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Global explotimer = MilliSecs()
  2.  
  3. Repeat
  4.  
  5.     If MilliSecs() >= ExploTimer + 600 Then
  6.         Print "test"
  7.         ExploTimer = MilliSecs()
  8.     Else
  9.        
  10.     EndIf
  11.  
  12. Until KeyHit( 1 )
  13.  
  14.  
  15. WaitKey()
  16. End
Add Comment
Please, Sign In to add comment