Page 1 of 1

How can I refresh the MM console window

Posted: Wed Oct 17, 2012 2:36 pm
by d003232
I want to print out some lines with field values to the MM window. Is there a way to refresh the printout? Can I clear the whole window and print all lines again. So that I seems that only the field values are changed instead of printing all lines again and again.

Re: How can I refresh the MM console window

Posted: Wed Oct 17, 2012 2:55 pm
by Administrator
You would normally seek to a location and print from there. I'm not sure how to do this or if it's even possible without a plugin.

You can, however, flush the screen with the clearScreen() function.

Re: How can I refresh the MM console window

Posted: Wed Oct 17, 2012 9:49 pm
by lisa
Also have a look at getpos.lua in rombot, The printed values seem to just stay in the 1 spot.
I haven't played around with it much but it might do what you want aswell.