Difference between revisions of "Monitor"

From ComputerCraft Wiki
Jump to: navigation, search
(Using the Monitor)
Line 13: Line 13:
 
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 thesname 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 11:02, 30 June 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


Insert non-formatted text here

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"