TribotScript

interface TribotScript

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

Functions

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