OPTIONS X = broken English error

Issue #48 wontfix
Andrew Schultz created an issue

"I only understood you as far as wanting to options."

An I6 stub helps here, copied from my stale tales slate games. It may help with other actions that require no subject, so you may want to check them:

Include (-
[ LanguageVerb i;
    switch (i) {
      'i//','inv','inventory':
               print "take inventory";
      'a//':   print "ask about";
      'l//':   print "look";
      'x//':   print "examine";
      'gt//':   print "go to";
      'r//':   print "read";
      'z//':   print "wait";
      default: rfalse;
    }
    rtrue;
];
-) after "Language.i6t".</pre>

Set 'options//' to set options or whatever.

Comments (3)

  1. Daniel Stelzer repo owner

    Probably not going to fix this--it shouldn't come up very often, and I don't want to start fiddling with I6 unless I have to.

  2. Log in to comment