I tried my hand at a text adventure in MMF2 using the console object, and I've discovered some bugs that I can't identify the cause of.
Please login to see this link.
Chrome seems to think it's a malicious file when downloading.
When changing frames internally, the console looses focus.
After changing frames for the first time, the clear function of the console appears to stop functioning.
Sometimes the game will crash or stop reacting to input from the user. (As can be seen after deaths)
Does anyone know how to fix these issues? (And is there an optimal way to condense multiple wordings of a command to activate a single action? Like LOOK WATER and EXAMINE WATER, making it case insensitive, etc.)