Hello I downloaded inform 7 version 6G60 last night and used if with something I
have been working on for awhile and a slew of compiling errors popped up, slowly
but surely I have gone through them and tweaked things here and there til the
errors went away, the one I am currently at and which is stumping me is this
one.
Applicable code cleaned up to make it sfw:
Libido is a kind of value. A person has a libido.
norm is a libido. sated is a libido. tingly is a libido. horny is a libido.
Aroused is a libido. lustful is a libido. peaking is a libido. climax is a
libido.
instead of brushing emily’s hair when when emily is peaking:
say " yadda yadda yadda.";
now jeff is in out of world;
now emily is in out of world;
now emily is like;
now the player is in west main;
now katie is in out of world;
now maggie is in out of world.
(just an example of whats getting the errors, it’s a whole page full)
the errors are listed as:
Problem. In the sentence ‘instead of brushing emily’s hair when when emily is
peaking’ , it looks as if you intend ‘when emily is peaking’ to be a condition,
but that would mean comparing two kinds of value which cannot mix - a and a
libido - so this must be incorrect.
Problem. In the sentence ‘instead of brushing emily’s hair when when emily is
peaking’ , it looks as if you intend ‘when emily is peaking’ to be a condition,
but that seems to involve applying the adjective ‘peaking’ to a - and I have no
definition of it which would apply in that situation. (Try looking it up in the
Lexicon part of the Phrasebook index to see what definition(s) ‘peaking’ has.) / end code:
Any help will be greatly appreciated.