Skip to content
Jay Ryan edited this page Mar 6, 2021 · 31 revisions

This is a WIP migration from Elanthipedia, if you don't find your script here, check there!


Scripts


Adding Script Settings Pages

  1. Keep it alphabetical!
  2. Make sure you add all the script's settings within the page, to the best of your knowledge. A key to this is to check the def setup or def initialize for the script before adding. Mistakes will be made, not an issue, just correct them.
  3. Name the github wiki page, Scriptname-Settings. Example: pick.lic would be https://github.com/rpherbig/dr-scripts/wiki/Pick-Settings
  4. Give a brief explanation of the script above it. Follow the same formatting as the others!
## Script Name
### Description goes here
Link to the Settings page

Clone this wiki locally