Third Noun by Christian Bluemke begins here. Use authorial modesty. The third noun is an object that varies. The third noun variable translates into I6 as "third". The understand token third something translates into I6 as "THIRD_NOUN_TOKEN". [vgl. DM4, S. 489] Include (- Global third; -) after "Definitions.i6t". Include (- [ THIRD_NOUN_TOKEN x; x = ParseToken(ELEMENTARY_TT, NOUN_TOKEN); if (x == GPR_FAIL or GPR_REPARSE) return x; third = x; return GPR_PREPOSITION; ]; -). Third Noun ends here. ---- DOCUMENTATION ---- Diese kleine Erweiterung bietet die Möglichkeit, ein drittes Satzobjekt zu benutzen. Standardmäßig gibt es in Inform 7 nur "noun" und "second noun" als Objekte in einem Satzmuster. Mit dieser Erweiterung kommt ein "third noun" hinzu. Das Understand-Token für das dritte Objekt heißt "[third something]". Das "third noun" funktioniert unabhängig von der verwendeten Spielsprache, kann also auch für das englische Original-Inform verwendet werden. Beispiel: Grooming is an action applying to two things. Report grooming: say "Du frisierst [dem noun] [den second noun] mit [dem third noun]. Sieht super aus." Understand "frisier [dativ] [something] [something] mit [dativ] [third something]" as grooming.