Thank you all for your answers :) but I’ve already moved on to testing the game…except I got stuck on the first hurdle!(Which ’killed’ me… at least I know the game over message works 😇 actually, all the UI elements seem to work FLAWLESSLY. It is the parser that is acting up; or rather I MESSED it up) I cannot take the parachute! When I type “take parachute”(well, the Polish equivalent of that, which is also 2 words), the game crashes. But i think I know what’s going on. The pattern for “take” in my game is JUST THE VERB. Maybe the rule should be ’(take)(.+)’ or something along these lines - that way the verb could be followed by nouns. Because now the game does not recognize the command.😕
Viewing post in Issue with “word noodles” ;)
Hi! The error was “unterminated group” except I fixed it. It was about a missing closing bracket after a conjunction. What weirds me out is that the game pulls the grammar for plane escape not from the ’jump’ string but from ‘getOut’…? But my programming skills are not very good: I am just a translator. And this is why I would appreciate help. You said I could send you my l18n file/code. Sure…but how? Via email or upload it to my Itch profile? (I have a sense of deja vu… another translator had a very similar issue recently! 😂) Best regards, Natalia