Difference between revisions of "Monitor"

From ComputerCraft Wiki
Jump to: navigation, search
(Case-sensitive lowercase.)
Line 11: Line 11:
  
 
===Using the Monitor===
 
===Using the Monitor===
To use a monitor type:  monitor <on which side the monitor is(Top,Bottom,Left,Right,Front and Back)> <the name of the program(example "hello")>
+
To use a monitor type:  monitor <on which side the monitor is(top, bottom, left, right, front and back)> <the name of the program(example "hello")>
  
 
So, in this case, if you typed "hello" in the name of the program part, the monitor would display "Hello World"
 
So, in this case, if you typed "hello" in the name of the program part, the monitor would display "Hello World"

Revision as of 02:37, 15 July 2012

The Monitor is a block that can display text on its front side. When several screen blocks are placed on the same plane, it will form a single monitor. It is useful for displaying information at a server spawn, showing a program on the monitor, and even showing the status of a IC2 reactor! (provided you have CcSensors installed)

Recipe

stone

stone

stone

stone

glass_pane

stone

stone

stone

stone


Using the Monitor

To use a monitor type: monitor <on which side the monitor is(top, bottom, left, right, front and back)> <the name of the program(example "hello")>

So, in this case, if you typed "hello" in the name of the program part, the monitor would display "Hello World"