Every time im drawing a smart box around a tree..
It clicks..
Thn makes another box ont he next one..
But doesnt delete the last one.
I tried clear debug.. n clearsmart.. nothing seems to work..
I must be using the wrong code to clear the screen
Every time im drawing a smart box around a tree..
It clicks..
Thn makes another box ont he next one..
But doesnt delete the last one.
I tried clear debug.. n clearsmart.. nothing seems to work..
I must be using the wrong code to clear the screen
Smart_ClearCanvas;
Creds to DannyRS for this wonderful sig!
You can also clear just a portion of the screen, rather then the whole runescape screen. Lets say you had a progress report painted on smart in the chat box and you only wanted to clear the main screen. You could go:
Simba Code:Procedure ClearTheScreen;
Var
MainScreen: Tbox;
Begin
MainScreen := IntToBox(MSX1, MSY1, MSX2, MSY2); // the 4 corners of the main screen
SMART_ClearCanvasArea(MainScreen);
End;
There are currently 1 users browsing this thread. (0 members and 1 guests)