I have a small problem.... I want to make a Fallout 4 like terminal. Now there is a problem. I don´t know how to change the colour of the text you tipe like of the commands you enter.
I hope i can get a very helpful answer.
marv
(Sorry if anything is written wrong... I´m from Germany)
Sorry to do this with an edit.... I can´t post a reply...
this is how far I got...
file:///C:/Users/Marvin/AppData/Roaming/.minecraft/screenshots/2016-11-14_21.12.12.png
file:///C:/Users/Marvin/AppData/Roaming/.minecraft/screenshots/2016-11-14_21.12.12.png
This is the code:
term.clear()
term.setCursorPos(1, 1)
term.setTextColor(colors.lime)
print("ROBCO Industries Termlink")
term.setTextColor(colors.lime)
term.write(io.read())
Edited by marv, 14 November 2016 - 08:24 PM.












