Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

PronounNotice (lines 3605-3626)

3605  #endif;
3606   
3607  [ PronounNotice obj x bm;
3608   
3609     if (obj == player) return;
3610   
3611     #ifdef EnglishNaturalLanguage;
3612     PronounOldEnglish();
3613     #endif;
3614   
3615     bm = PowersOfTwo_TB-->(GetGNAOfObject(obj));
3616   
3617     for (x = 1 : x <= LanguagePronouns-->0: x = x+3)
3618         if (bm & (LanguagePronouns-->(x+1)) ~= 0)
3619             LanguagePronouns-->(x+2) = obj;
3620   
3621     #ifdef EnglishNaturalLanguage;
3622     itobj  = PronounValue('it');  old_itobj  = itobj;
3623     himobj = PronounValue('him'); old_himobj = himobj;
3624     herobj = PronounValue('her'); old_herobj = herobj;
3625     #endif;
3626  ];


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.