TribotScript

public interface TribotScript

This interface denotes a runnable tribot script. Classes that implement this interface are considered "scripts".

Functions

configure
Link copied to clipboard
void configure(ScriptConfig config)
Optional configuration for a script.
execute
Link copied to clipboard
abstract void execute(String args)
Runs the script!