Jump to content

How to add: Script Ran For:


olpi

Recommended Posts

If you want to add it to the console then:

Globally add your Timer(Import the java class)

 

Presuming you named your Timer "timer"

@Override
	    public void onExit() 
	    {
                log("You've ran the script for: " + timer.getElapsed()); //Or something like that
                timer.stop(); //Sort of redundant when you stop script but I still add it just incase
            }
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...