Maybe I'm searching for my answer in the wrong way, but I feel I've looked everywhere and found nothing (so I'm sorry if this is a redundant question(!)), but I hope you'll answer anyway, even if it is~
Code:
Every turn:
If turn count/3 equals one:
say "You feel hungry".
Returns:
Quote:
This is the report produced by Inform 7 (build 6F95) on its most recent run through:
Problem. In the sentence 'Unless turn count/3 equals one begin', I was expecting to read a condition, but instead found some text that I couldn't understand - 'turn count/3 equals one'.
I was trying to match this phrase:
If (turn count/3 equals one - a condition):
This was what I found out:
turn count/3 equals one = something unrecognised
Please help? :<