What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Is there a way to clear the log?

Status
Not open for further replies.

coltac

New Member
Joined
Oct 18, 2014
Messages
2
Reaction score
0
Id like to make a simple addition to the simple mob grinder. I have added variables for mobs killed, mobs looted, and times ive died and ran back sucessfully.

Id like to throw those variables in the log, which i have done, i would just like to clear the log each time before it outputs the numbers there.

I was hoping one of you guys knows how to do something like : Log(clear); or something like that... i havent been able to figure it out.

Thanks for the help!
 
Id like to make a simple addition to the simple mob grinder. I have added variables for mobs killed, mobs looted, and times ive died and ran back sucessfully.

Id like to throw those variables in the log, which i have done, i would just like to clear the log each time before it outputs the numbers there.

I was hoping one of you guys knows how to do something like : Log(clear); or something like that... i havent been able to figure it out.

Thanks for the help!
ClearLogs(bool i/string i);
If i == true - clear main log, else clear plugin-tab log. If string (i) - clear tab with name i;

ClearLogs Method
 
Status
Not open for further replies.
Back
Top