Weird player's text of player's command after a "which do you mean" question

I was able to find this thread by searching for “players_command”. I had been looking for the error message.

Disambiguation check failure (possibly due to truncating) - Authoring / Inform 7 - The Interactive Fiction Community Forum (intfiction.org)

Since you provided me with the information needed to solve the problem, I’m marking this solved. Thanks for your help!

according to the other thread, this is fixed in the next release.

The code by @drpeterbatesuk is this:

to tokenize: (- VM_Tokenise(buffer, parse); players_command = 100 + WordCount(); -).
1 Like