Difference between revisions of "Monitor"
From ComputerCraft Wiki
Line 9: | Line 9: | ||
}} | }} | ||
[[Category:Blocks]] | [[Category:Blocks]] | ||
+ | |||
+ | ===Using the Monitor=== | ||
+ | There are 2 ways of using monitor: | ||
+ | 1) When starting up a program type | ||
+ | monitor <on which side the monitor is(Top,Bottom,Left,Right,Front and Back)> <the name of the program(example "hello") | ||
+ | |||
+ | 2)(To be filled) |
Revision as of 22:55, 27 June 2012
The Screen 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 usefull for displaying information at a server spawn or to give a faster warning of when a reactor is goning to explode(IC2)
Recipe
Using the Monitor
There are 2 ways of using monitor: 1) When starting up a program type monitor <on which side the monitor is(Top,Bottom,Left,Right,Front and Back)> <the name of the program(example "hello")
2)(To be filled)