Part - Progue's Reactions
Chapter - Conversation Tools
To say progue-time-of-day:
if dawn or sunrise or morning or midmorning begin; say "morning";
otherwise if midday; say "day";
otherwise if afternoon; say "afternoon";
otherwise if evening or sunset or twilight; say "evening";
otherwise; say "night";
end if.
[ Progue develops a pet name for the player over time. This should be consistent as long as no emotion values change before printing it again.]
To say animal-nickname:
if ( romance of Progue > 1 or paternalism of Progue > 2 or submission of Progue < -2 ) , say "little ";
if player is male:
if submission of Progue > 2 and romance of Progue > 1:
say "stallion";
if submission of Progue > 4:
say "tiger";
otherwise if submission of Progue > 2:
say "boar";
otherwise if submission of Progue < -2:
say "rabbit";
otherwise if paternalism of Progue > 4:
say "tomcat";
otherwise if affinity of Progue > 2:
say "rooster";
otherwise if affinity of Progue < -2:
say "wolf";
otherwise:
say "gander";
otherwise:
if submission of Progue > 2 and romance of Progue > 1:
say "vixen";
otherwise if submission of Progue > 3:
say "tigress";
otherwise if submission of Progue < -2:
say "bunny";
otherwise if affinity of Progue > 2:
say "kitten";
otherwise if affinity of Progue < -4:
say "sow";
otherwise if affinity of Progue < -1:
say "hen";
otherwise:
say "duckling".