Created
March 22, 2009 19:47
-
-
Save textarcana/83272 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- PIRATICAL | |
| -- Talk like a pirate by Gar! | |
| YarnSpinner.pirateTalk = { | |
| { | |
| "Shiver me timbers!", | |
| "" | |
| } | |
| , | |
| { | |
| "Arrr!", | |
| "" | |
| } | |
| , | |
| { | |
| "Yo Ho Ho and [Volatile Rum]!", | |
| "sings \"Sixteen dead on a [Strong Chest]!! Drink and the devil have done for the rest!!\"" | |
| } | |
| , | |
| { | |
| "Barbarous lands and bloody seas!", | |
| "remembers." | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment