Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[===================
- Made by: Nemo Eriksson
- Pastebin: PywVC6dt
- Description: Controlls the clients
- ====================]]--
- function sendCommand(command, amount)
- rednet.open('back')
- rednet.broadcast('goto '..command..' '..amount)
- end
- -- Main
- local args = {...}
- sendCommand(args[1], args[2])
Advertisement
Add Comment
Please, Sign In to add comment