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

player detector fail

Started by Snappletree_HD, 10 January 2016 - 12:42 PM
Snappletree_HD #1
Posted 10 January 2016 - 01:42 PM
I have a code (http://pastebin.com/BLc3xXY2) and it works the way i want it do except it keeps repeating the players name over and over again. If the same player in in the proximity i want it to just update the time instead of spamming the monitor with his name.
Lupus590 #2
Posted 10 January 2016 - 02:40 PM
Sounds like you want to set the cursor position on the monitor
Snappletree_HD #3
Posted 12 January 2016 - 12:46 AM
do u know where i would have to write this exactly because i suck at programing. This was a friends code i edited a long time ago XD
Dragon53535 #4
Posted 12 January 2016 - 02:44 AM
Find where the printing starts, and reset it to the point where it started earlier. I would clear the lines all the way down though just in case.