Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

PronounOldEnglish (lines 3598-3604)

3598  #ifdef EnglishNaturalLanguage;
3599  [ PronounOldEnglish;
3600     if (itobj ~= old_itobj)   SetPronoun('it', itobj);
3601     if (himobj ~= old_himobj) SetPronoun('him', himobj);
3602     if (herobj ~= old_herobj) SetPronoun('her', herobj);
3603     old_itobj = itobj; old_himobj = himobj; old_herobj = herobj;
3604  ];


Last updated 27 February 2004. This site is no longer supported; information may be out of date.
Maintained as a historical archive by the Interactive Fiction Technology Foundation. Copyright 1993-2018 IFTF, CC-BY-SA unless otherwise noted.
This page was originally managed by Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight.