218
edits
Changes
→The Basic
User scripts should inherit from UserScriptBase that specifies the run() method that is called when clicking it in the menu or pressing the attack button (in the analyzer tool).
The API is passed as an argument by the GUI throught through the constructor in order to allow the script to "remote control" the existing section. A name and a description should also be specified.
==Running from the Terminal==