I've got all kinds of synonyms for the wallet. Like cash / money / billfold / etc... The strange thing is this, my code:
if (said("look","wallet")
And I write: "look wallet" I get an error: "logged an unknown word".
But if I write: "look cash" everything works fine! "Wallet" and "Cash" are in the same wordgroup:
billfold | cash | money | wallet
and the code says "look","wallet" (above) but still I can't use that word, but the other words in the same group?!?! strange isn't it? I noticed yesterday that some words work. Words that don't get recognized: war, walls, wallet, water. Words that get: woman, word, wuzz.
I've tried to take away the debug stuff but then I'll get the game-error, unrecognized word bla bla bla, instead which is pretty much the same :-)
Thanks for trying to help!