Jump to content




Detecting if a computer is advanced


2 replies to this topic

#1 gril002

  • Members
  • 38 posts

Posted 19 May 2016 - 02: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.

#2 The Higher Realm

  • Members
  • 23 posts
  • LocationUSA

Posted 19 May 2016 - 02:23 PM

if term.isColor() then
advanced = true
end

term.isColor() will return if the computer can use color aka is advanced.

Edited by Actiquack322, 19 May 2016 - 02:25 PM.


#3 gril002

  • Members
  • 38 posts

Posted 19 May 2016 - 02:26 PM

Thank you didn't think to look at the term API





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users