Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. ExtractList = {}
  2.  
  3. function ExtractingArrived()
  4. cecho("<yellow> Work Cocksucker")
  5. if ExtractList[1] and extracting == 1 then
  6. cecho("<blue> Work Cocksucker")
  7. table.remove(ExtractList,1)
  8. if ExtractList[1] then
  9. cecho("<red> Work Cocksucker")
  10. extractingtimer = tempTimer(0.8, [[mmp.gotoRoom(ExtractList[1])]])
  11. else
  12. cecho("<orange> Work Cocksucker")
  13. echo("Area fully explored!")
  14. extracting = 0
  15. end
  16. cecho("<green> Work Cocksucker")
  17. send("minerals")
  18.  
  19. end
  20.  
  21.  
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement