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

need two way monitor script

Started by robertjones6, 04 April 2014 - 01:24 PM
robertjones6 #1
Posted 04 April 2014 - 03:24 PM
This is my setup i basically need the left monitor to say Area 1 and the right monitor to say spawn, i used advanced computers/monitors as i need the text colored so the word spawn should be in white and the word area 1 should be in red

i need it aligning vertically center and horizontally center so it appears dead on center in the monitor and the font size to be pretty big that it covers around 60-70% of the monitor if you leave a variable in for me to play around with font-size then i can mess around

dont know if it would be possible to do this on one script

could anyone help me with this?













CometWolf #2
Posted 04 April 2014 - 04:13 PM
We don't make programs for you in Ask a pro, we only help you resolve coding issues and answer any questions regarding it that you might have. I suggest you use the industrial information panel, if you don't wish to learn coding.
robertjones6 #3
Posted 04 April 2014 - 04:33 PM
ok well i have started coding it but is the maximum size i can do 5 because it doesnt look too big?
CometWolf #4
Posted 04 April 2014 - 04:42 PM
monitor.setTextScale(5) is the biggest possible yes.