This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
CCJJSax's profile picture

Computercraft 1.55 detecting advanced turtles/normal turtles

Started by CCJJSax, 13 July 2013 - 07:42 PM
CCJJSax #1
Posted 13 July 2013 - 09:42 PM
Is there a way for a computer/turtle to determine if it's an advanced turtle/computer? I need to know so I can make sure to disable features that will be in some programs if it is only a normal turtle.
MudkipTheEpic #2
Posted 13 July 2013 - 10:08 PM
term.isColor() returns if it is advanced or not.

Hope it helped!
CCJJSax #3
Posted 13 July 2013 - 10:27 PM
term.isColor() returns if it is advanced or not.

Hope it helped!

W00t! That is correct, sir, or madam :D/>