Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local monitor = peripheral.find("monitor", function(name, obj)
- return obj.getSize and obj.getSize().width == 50 and obj.getSize().height == 19
- end)
- if monitor then
- print("Advanced Monitor found!")
- else
- print("Advanced Monitor not found.")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement