Section 1 - Overriding to First Plural
Include Custom Library Messages by David Fisher.
Include Tailored Room Description by Emily Short.
[This sets us up so that we can print object descriptions when taking items if the command was of the form TAKE FISH, but not if it was TAKE ALL and the result would be a screendump of different descriptions. See its use in the "report player taking" response below.]
To decide whether the action is singular:
let L be the multiple object list;
if the number of entries in L is less than 2:
yes;
no.
A thing can be examined or unexamined.
To say (item - a thing) description:
say "[description of the item]";
now the item is examined.
Carry out examining something:
now the noun is examined.
Table of custom library messages (continued)
Message Id | Message Text |
LibMsg <report player taking> | "[You] [one of]take[or]get[or]pick up[or]acquire[as decreasingly likely outcomes] [the noun][if the noun is unexamined and the action is singular]. [run paragraph on][noun description][no line break][otherwise].[end if]" |
LibMsg <report player dropping> | "[You] put down [the noun]." |
LibMsg <top line what in> | " ([if the player is in the car]jammed into the car[otherwise]in [the % dobj][end if])" |
LibMsg <unknown object> | "[if location is Customs House]The line is moving enough that even things that were just here move out of sight quickly[otherwise][one of]I don't know what you think you're talking about, because we can't see any such thing here[or]Maybe that means something different to you, but I can't see any such thing[or]I can't see what you're talking about[stopping][end if]." |
LibMsg <block swearing obscenely> | "Hey, calm down." |
LibMsg <block swearing mildly> | "No kidding." |
LibMsg <block kissing> | "[one of]Is that how you solve all problems?[or]Could you refrain while I'm trapped in the same body here?[at random]" |
LibMsg <block thinking> | "[one of]I'm pulling my weight here! How about [i]you[/i] think us up a way out of this, hm?[or]Sorry, no bright ideas at the moment.[at random]" |
LibMsg <block attacking> | "[one of]I don't like destructive behavi[our].[or]I just don't think attacking things or people is going to help.[or]Jeez, wait until you're sole proprietor of your own body to [if the noun is a person]pick fights[otherwise]commit pointless acts of vandalism[end if].[cycling]" |
LibMsg <block cutting> | "But [i]why?[/i] [--] no, don't answer that. I'm sure you have some crazy explanation." |
LibMsg <block jumping> | "I don't think that would help." |
LibMsg <block waving hands> | "[You] wave our hand regally." |
LibMsg <block rubbing> | "[You] achiev[e-s] nothing by this." |
LibMsg <block pushing in directions> | "[You] seriously doubt that will help." |
LibMsg <report player opening> | "[You] open[-s] [the % dobj][if the noun is a container and the number of things in the noun is 0], which turns out to be empty[end if]." |
LibMsg <block singing> | "I prefer not to exercise my singing voice in company. (That includes you.)" |
LibMsg <block waking up> | "At some point we'll split into our two proper selves, but our unnatural synthesis is no dream." |
LibMsg <you have won> | " We have won " |
LibMsg <cannot push people> | "[You][']d rather not try it." |
LibMsg <cannot pull people> | "[You][']d rather not try it." |
LibMsg <cannot turn people> | "[You][']d rather not try it." |
LibMsg <block buying> | "[if the current interlocutor is a visible person][The current interlocutor] [is-are]n't in a position to sell us [the noun][otherwise]There's no one about to sell us [the noun][end if]." |
LibMsg <block rubbing> | "[nerve-damage]." |
LibMsg <report player squeezing> | "[nerve-damage]." |
LibMsg <block burning> | "[You] don't have a flame source, and if [you] did I wouldn't want to set things on fire with it." |
To say nerve-damage:
say "[one of]I don't see that being a big help[or]I'd rather not, thanks[or]You're a strikingly tactile person, you know? But I don't see any purpose in it[or]Hm. Don't take this the wrong way, but do you think your need for haptic feedback is a sign of nerve damage during our synthesis? No? Okay, just checking[cycling]".