Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. cor = 1
  2. tfm.exec.disableAutoNewGame(true)
  3. tfm.exec.setGameTime(5)
  4.  
  5. function eventLoop(tempoPassado, tempoRestante)
  6.  if tempoRestante = 0 then
  7.     tfm.exec.setGameTime(5)
  8.  end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement