April 14, 20205 yr How do I make the OSbot logger appear on the client? for the person using the script to see? For example "chopping willow logs", dropping logs etc..
April 14, 20205 yr Author Yes, I know that this makes it pop up in the actual logger.. hehe I started scripting for the first time yesterday and I was wondering how to position a logger on the screen, so the user knows what the script is trying to do without having to press the actual logger.
April 14, 20205 yr You could print it to the screen itself using graphics. Implement painter and make use of the graphics 2d object from onPaint method.
Create an account or sign in to comment