Troubadour GURU
Joined: 14 Oct 2000 Posts: 556 Location: USA
|
Posted: Fri Dec 07, 2001 8:48 pm |
ParrEich uses the parameter holders instead of pattern matching symbols in the patterns. While not a fatal error, it is bad form. You could replace the parameter holders with (%d) in the patterns of the first three triggers.
In the fourth trigger, the braces [] should be preceded by the quote character ~.
~[Enter 'yes' to accept these stats or anything else to reroll~]
You might want to double-check that the fourth trigger has Trigger on Prompt checked, and Trigger on Newline unchecked.
Otherwise, assuming everything has been entered correctly, it looks OK.
Troubadour |
|