←  Programs

ComputerCraft | Programmable Computers for Minecraft

»

[ICBM] [Immibis Peripherals] Base Defense...

aloy99's Photo aloy99 08 Jun 2014

I have used the radarmaster code in a computer, which has a 2x3 monitor connected to the left with networking cable and modems. However, when I execute the code, I get "Invalid redirect target" at line 26. This occurs even if I place the computer right next to the monitor.

I have used the radarmaster code in a computer, which has a 2x3 monitor connected to the left with networking cable and modems. However, when I execute the code, I get "Invalid redirect target" at line 26. This occurs even if I place the computer right next to the monitor.

After manually wrapping the monitor, I get the errors "Attempted to index nil value ?" on lines
"for line in radarListHandle:lines() do"
and
"for i,v in ipairs(inTable)do"

EDIT: I do not have Immibis Peripherals, is this a must for the Radar Station program? It seems that the computer refuses to recognize the Radar Station as a peripheral at all, even in Lua. Is there no longer ComputerCraft support in 1.6.4 ICBM?
Edited by aloy99, 08 June 2014 - 03:12 AM.
Quote