Posted 07 March 2013 - 10:21 AM
I'm trying to have a monitor display some text and have some words scrambled like in the end credits after defeating the ender dragon. From searching around I've learned you need to place &k before the text to show this scrambled text in the chatbox. I tried the following code as a test
I've search the wiki and the forums and looking for a solution but have so far been unsuccesful.
Any help with this would be most appreciated.
monitor = peripheral.wrap("bottom")
monitor.clear()
monitor.write("&kTest")
of coarse this doesn't work and just returns with "&kTest"I've search the wiki and the forums and looking for a solution but have so far been unsuccesful.
Any help with this would be most appreciated.