i'm currently working on a "main" system for my base, and was trying to use windows on my monitor (just for the sake of learning something new)
but i ran into a "small" problem
how do i get the window created on the monitor??
the code im using is 3 lines
local mon = peripheral.wrap("right")
window.create(mon, 1,3,59,10,true)
window.write("hello world")
with that code in getting an error on line 3
attempt to call nill
Edited by Dustmuz, 04 January 2015 - 11:22 AM.











