Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cmd = peripheral.wrap("left")
- while true do
- ch = peripheral.wrap("top")
- local event,person,msg = os.pullEvent("chat")
- local function take()
- cmd.setCommand("tpx "..person.." 0 -230 74 871")
- cmd.runCommand()
- end
- if msg == "takemehome" then
- take()
- ch.say("Taking "..person.." home!")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement