├── .gitignore ├── LICENSE ├── README.md ├── angler.lua ├── dial.lua └── rand_range.lua /.gitignore: -------------------------------------------------------------------------------- 1 | firmwares 2 | druid.log 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanlaws/crowscripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanlaws/crowscripts/HEAD/README.md -------------------------------------------------------------------------------- /angler.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanlaws/crowscripts/HEAD/angler.lua -------------------------------------------------------------------------------- /dial.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanlaws/crowscripts/HEAD/dial.lua -------------------------------------------------------------------------------- /rand_range.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanlaws/crowscripts/HEAD/rand_range.lua --------------------------------------------------------------------------------