Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local mon = peripheral.wrap("top")
- mon.setTextScale(1)
- function monwrite(text, x, y)
- mon.setCursorPos(x, y)
- mon.write(text)
- end
- monwrite("Bases on this floor ", 2, 2)
- monwrite("CoolBay/Yafatha ", 2, 3)
- monwrite("Vloetboy ", 2, 4)
- monwrite("ArchiveStudio ", 2, 5)
- monwrite("Odiedog ", 2, 6)
- monwrite("Synamix ", 2, 7)
- monwrite("Spike ", 2, 8)
- monwrite("Diamond ", 2, 9)
- monwrite("Hillman ", 2, 10)
- monwrite("MUSEYINCIL ", 25, 2)
- monwrite("Vartox/Colek ", 25, 3)
- --monwrite("FastCircuit/Andiigun", 25, 4)
- --monwrite("Olivia ", 25, 5)
- --monwrite("Main/Home ", 25, 6)
RAW Paste Data