Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More reasonable formatting of the prefix-ask and prefix-say rules #120

Open
wants to merge 1 commit into
base: 10.1
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Chris Conley/Threaded Conversation-v9.i7x
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,10 @@ Rule for listing plausible quips (this is the standard quip plausibility rule):
say "[quip-suggestion-phrase][the prepared list delimited in disjunctive style]." (A);

Before printing the name of a questioning quip while listing plausible quips or listing peripheral quips (this is the prefix-ask rule):
say "ask " (A).
say "[regarding the player][ask] about " (A).

Before printing the name of an informative quip while listing plausible quips or listing peripheral quips (this is the prefix-say rule):
say "say " (A).
say "[regarding the player][tell] about " (A).


Part Two - Customizing Listing Plausible Quips
Expand Down