Advertisement
natie3

FloorBuilder

Nov 29th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. args = {...}
  2. os.loadAPI("moveAPI.lua")
  3.  
  4. amount = tonumber(args[1])
  5.  
  6. if #args == 2 and args[2] == "T" then
  7.   moveAPI.repeatMoves("dd pd b dd pd b b b dd pd b dd pd b dd pd b", amount)
  8. else
  9.   moveAPI.repeatMoves("dd pd f", amount)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement