Difference between pages "Miscellaneous ASH Features" and "File:Script Manager.png"

From Kolmafia
(Difference between pages)
Jump to navigation Jump to search
imported>Icon315
 
(Maintenance script uploaded File:Script Manager.png)
 
Line 1: Line 1:
{{TOCright}}
+
Script Manager
==Special Syntax Functions==
 
 
 
'''[[notify]]'''
 
 
 
'''[[import]]'''
 
 
 
==Comments==
 
 
 
Adding '''[[Comments]]''' to your code can make it much easier to maintain, and helps other users understand what's going on.
 
 
 
==Errors==
 
 
 
For help when things go wrong, please see the page on [[ASH Errors]].
 
 
 
==Additional Script Uses==
 
 
 
In addition to regular menu-or-CLI-selectable scripts and relay override scripts, you can also use a script for:
 
 
 
* Between Battle (betweenBattleScript)
 
* Buy (buyScript)
 
* Chatbot (chatbotScript)
 
* Counters (counterScript)
 
* Login (loginScript)
 
* Logout (logoutScript)
 
* Planting (plantingScript)
 
* Post Ascension (postAscensionScript)
 
* Pre Ascension (preAscensionScript)
 
* Profit (profitScript?)
 
* Recovery (recoveryScript)
 
* ??
 
 
 
==A little CLI help==
 
 
 
Two CLI commands are of great use to ASH scripters:
 
* [[ashref]] allows one to get a list of ASH functions
 
* [[ash (CLI)|ash]] or [[ash (CLI)|ashq]] allows one to run ASH directly on the CLI.
 
 
 
{{RFI|Where are all the other places a script can be used? Help plox.}}
 

Latest revision as of 23:55, 9 November 2020

Script Manager