Why not just change this:Hey everyone, so turns out that on this island there was a spot with 3G
Thanks for all your replies, and in regards to only working with e first 3 monitors, do what I said and change the numbers in the code with the numbers of the monitors
I will definitely continue this, thanks guys
Code:
if monitor == "monitor_0" then
mon = peripheral.wrap('monitor_0')
elseif monitor == "monitor_1" then
mon = peripheral.wrap('monitor_1')
elseif monitor == "monitor_2" then
mon = peripheral.wrap('monitor_2')
end
Code:
local mon = peripheral.wrap(monitor)