Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local chat = require("component").chat
- chat.setName("§6L§7§o")
- local name = 'Locher'
- require("term").clear()
- local tmp = tostring(...)
- if tmp ~= '' then
- name = tmp
- end
- while true do
- io.write("> ")
- local msg = io.read()
- if msg then
- chat.say("§7"..name..'§7: §q' .. msg)
- end
- end
RAW Paste Data