Advertisement
Guest User

rod5

a guest
Mar 2nd, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. -- command line interfact to act api
  2. -- you will need the act script
  3. --local tArgs = { ... }
  4. --if #tArgs ~= 1 then
  5. --    print( "Usage:rod5" )
  6. --  return
  7. --end
  8. os.loadAPI("act")
  9. --local plan = tArgs[1]
  10. function rod()
  11.   act.act("(uPd)10")
  12. end
  13.  
  14. rod()
  15. act.act("ffrd10")
  16. rod()
  17. act.act("ffrd10")
  18. rod()
  19. act.act("ffrd10")
  20. rod()
  21. act.act("frfd10")
  22. rod()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement