Weird coding in verbstub.h (DoSearch)
Posted: Mon Jul 24, 2006 12:33 pm
Code: Select all
elseif object is living
{
print CThe(object); MatchPlural(object, "doesn't", "don't");
" let ";
The(player)
if object.pronouns #2
{
" search ";
if object.pronouns #2
print object.pronouns #2;
else
print object.pronoun;
}
print "."
}