38 posts
Posted 19 May 2016 - 03:16 PM
So is there a way to check if the computer is advanced or not simmilar to how you can check for pocket? The problem here is that my program uses colors and it crashes on a normal computer.
23 posts
Location
USA
Posted 19 May 2016 - 03:23 PM
if term.isColor() then
advanced = true
end
term.isColor() will return if the computer can use color aka is advanced.
Edited on 19 May 2016 - 01:25 PM
38 posts
Posted 19 May 2016 - 03:26 PM
Thank you didn't think to look at the term API