-
Notifications
You must be signed in to change notification settings - Fork 177
Script Settings
Jay Ryan edited this page Mar 6, 2021
·
31 revisions
This is a WIP migration from Elanthipedia, if you don't find your script listed below, check there!
Athletics - Trains the athletics skill.
Charge Holy Weapon - Charges a paladin's holy weapon.
- Keep it alphabetical!
- 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 setup or initialize for the script before adding. Mistakes will be made, not an issue, just correct them.
def initialize
some settings
end
def setup
some settings
end
- Name the github wiki page, Scriptname-Settings. This should be automatic if you name the New Page appropriately. So, pick.lic's page would be named Pick Settings, and the system will automatically name it:
https://github.com/rpherbig/dr-scripts/wiki/Pick-Settings
- Follow the same formatting as the others being sure to include a short description!
#### [Display Text](https://page-link) - Short description of the script.