This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
AmaZo's profile picture

[Error]Attemp

Started by AmaZo, 13 July 2012 - 11:15 AM
AmaZo #1
Posted 13 July 2012 - 01:15 PM
Hello guys,plz help me.I want to know how i can do BIG words in the middle of monitor.I wrote :

m = peripheral.warp(right)
m.setTextScale(4)
m.write("TEXT")

But when i used this programm(monitor right startup)i had error.


p.s.If i have wrong programm,plz help me to write :)/>/>
p.s.s sorry my english very bad because i learned ger. language in school…
ardera #2
Posted 13 July 2012 - 01:30 PM
:)/>/> you wrote peripheral.warp() instead of peripheral.wrap()
AmaZo #3
Posted 13 July 2012 - 02:15 PM
So i have new error))
1lann #4
Posted 13 July 2012 - 02:29 PM
it's peripheral.wrap("right") not peripheral.wrap(right)
AmaZo #5
Posted 13 July 2012 - 03:23 PM
Yehaaa i do it.Thank 1lann and ardera.Can u help me 1 more time?I want to write second word below first but it must be smaller than first word.How i can do that?
MysticT #6
Posted 13 July 2012 - 03:27 PM
You can't, sorry. The monitors use the same text size on the whole monitor. You can write all in the same size.
AmaZo #7
Posted 13 July 2012 - 06:41 PM
oh, it's very bad :)/>/>