



PronounNotice (lines 4442-4462)
Back to List
Browsing parserm.h
4442 #Endif; !EnglishNaturalLanguage
4443
4444 [ PronounNotice obj x bm;
4445 if (obj == player) return;
4446
4447 #Ifdef EnglishNaturalLanguage;
4448 PronounOldEnglish();
4449 #Endif; ! EnglishNaturalLanguage
4450
4451 bm = PowersOfTwo_TB-->(GetGNAOfObject(obj));
4452
4453 for (x=1 : x<=LanguagePronouns-->0 : x=x+3)
4454 if (bm & (LanguagePronouns-->(x+1)) ~= 0)
4455 LanguagePronouns-->(x+2) = obj;
4456
4457 #Ifdef EnglishNaturalLanguage;
4458 itobj = PronounValue('it'); old_itobj = itobj;
4459 himobj = PronounValue('him'); old_himobj = himobj;
4460 herobj = PronounValue('her'); old_herobj = herobj;
4461 #Endif; ! EnglishNaturalLanguage
4462 ];
Last updated 27 February 2004. The librarian in charge of this page is Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight. Please email any comments, suggestions or corrections to cedenqs@inform-fiction.org.