| Home | Let's Build an RPG! | Deconstructing B/X D&D | Adventure Generator! | B/X D&D Character Generator | Various Java | Contact |
This shows you the differences between two versions of the page.
|
rustybox:book:009_actionstrings [2012/09/25 12:57] leaf |
rustybox:book:009_actionstrings [2012/09/25 12:58] (current) leaf |
||
|---|---|---|---|
| Line 583: | Line 583: | ||
| You can see [[http://svn.dizzydragon.net/rustybox/009%20-%20ActionStrings/src/net/dizzydragon/rustybox/ActionString.java|the whole file in the Subversion repository.]] | You can see [[http://svn.dizzydragon.net/rustybox/009%20-%20ActionStrings/src/net/dizzydragon/rustybox/ActionString.java|the whole file in the Subversion repository.]] | ||
| - | ==== Brynhildr, the Mistress of Fear! ==== | + | ===== Brynhildr, the Mistress of Fear! ===== |
| Since that Brynhildr seems to be appearing so often, she now has her own convenience class! | Since that Brynhildr seems to be appearing so often, she now has her own convenience class! | ||
| Line 599: | Line 599: | ||
| }</code> | }</code> | ||
| - | ==== Test It! ==== | + | ===== Test It! ===== |
| <code=java>package test; | <code=java>package test; | ||