Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function parseCommands(msg)
- if msg == "Infect"
- --Do stuff
- end
- end
- ID, msg = rednet.receive(0.5)
- if msg.length > 1
- parseCommands(msg)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement