I have a table for asking an npc about various things. It all works fine except for some topics. Any of them that have multiple entries for their topic work except if one of those entries has a space in it.
Currently a lot my table looks like this:
Table of Artimus Conversation
topic reply summary
"Artimus/himself" "'That's my name. I've been here a long time.'" "Some things about Artimus."
"the tents" "None of the tents are mine, I'd stay out of them." "About the tents"
"tent/tents" "None of the tents are mine, I'd stay out of them." "About the tents"
But there has to be some way to combine the “the tents” and “tent/tents” into “the tents/tent/tents” right? Am I missing something simple that can represent a space to put between the and tents?
I’m new to both Inform 7 and the IF forum. Thank you for your help and your patience.