Just made my own server for friends and family and i want a computercraft monitor displaying rules and different info i need people to know. But im really bad at programming. Does anyone know of any shortcuts i could take ?
Hmm, it wont work. Just gives me an error string message.
Well. got it to print my message, but only the first line![]()
also if you want multiple lines of text on the monitor you can do the following:
Code:print[[Hello, This is on line 1 This is on line 2 This is on line 3 This is on line 5]] this method above is much more efficient than other methods
Any difference if its advanced monitors instead of regular monitors?