Guest User

Untitled

a guest
Jul 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. elif message == (".start") and name == ("Elpistole"):
  2. reactor.callLater(1,self.sendPlaceObject,26, 200, 60, 0, 0, 28, 1)
  3. reactor.callLater(1,self.sendPlaceObject,27, 720, 60, 0, 0, 28, 1)
  4. reactor.callLater(30,self.sendPlaceObject,26, 560, 360, 0, 0, 28, 1)
  5. reactor.callLater(30,self.sendPlaceObject,27, 400, 200, 0, 0, 28, 1)
  6. reactor.callLater(120,self.sendPlaceObject,26, 140, 280, 0, 0, 28, 1)
  7. reactor.callLater(120,self.sendPlaceObject,27, 560, 60, 0, 0, 28, 1)
  8. reactor.callLater(150,self.sendPlaceObject,26, 400, 280, 0, 0, 28, 1)
  9. reactor.callLater(150,self.sendPlaceObject,27, 230, 60, 0, 0, 28, 1)
  10. reactor.callLater(180,self.sendPlaceObject,26, 60, 60, 0, 0, 28, 1)
  11. reactor.callLater(180,self.sendPlaceObject,27, 720, 360, 0, 0, 28, 1)
  12. reactor.callLater(210,self.sendPlaceObject,26, 60, 360, 0, 0, 28, 1)
  13. reactor.callLater(210,self.sendPlaceObject,27, 400, 120, 0, 0, 28, 1)
  14. reactor.callLater(240,self.sendPlaceObject,26, 230, 200, 0, 0, 28, 1)
  15. reactor.callLater(240,self.sendPlaceObject,27, 720, 200, 0, 0, 28, 1)
  16. reactor.callLater(270,self.sendPlaceObject,26, 230, 360, 0, 0, 28, 1)
  17. reactor.callLater(270,self.sendPlaceObject,27, 400, 60, 0, 0, 28, 1)
  18. reactor.callLater(300,self.sendPlaceObject,27, 560, 200, 0, 0, 28, 1)
  19. reactor.callLater(300,self.sendPlaceObject,27, 400, 360, 0, 0, 28, 1)
Add Comment
Please, Sign In to add comment