Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. tfm.exec.setShaman("Xxonlylovexx")
  2.  
  3. function eventSummoningStart(n, id, x, y, a)
  4. tfm.exec.addShamanObject(id, x, y, a, 0, 0, false)
  5. end
  6.  
  7. t=0
  8. function eventLoop(currentTime,timeRemaining)
  9. t=t+1
  10. if t==30 then
  11. tfm.exec.disableAutoShaman(true)
  12. tfm.exec.disableAutoNewGame(true)
  13. tfm.exec.disableAutoTimeLeft(true)
  14. tfm.exec.newGame(7208841)
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement