-
```
File "TextAdventure.py", line 247, in drink
print(str(i + 1) + ") " + it["name"])
TypeError: string indices must be integers
```
-
Solution: Put the entire program in a try loop, and have it handle KeyboardInterrupt. When at the end of an adventure, just intentionally throw a KeyboardInterrupt, and it exits without restarting PyT…
-
@wycats is working on [this](https://github.com/tildeio/learning-rust)
-
Why do I have a building with thirteen floors? Better question: What were the odds someone wouldn't sooner or later cash in on that cliche for a horror piece?
When I get to a certain height, the game…
-
If a new uncategorized game is suggested as adult by the creator it should not shown in Uncategorized section without login. It takes some time until games are categorized and in the meantime every ch…
-
Hi everyone.
I enjoy "Quest 5" a lot, it's perfect for the project I have in mind.
I succeed in coding what I need.
My problem is, the software often freezes and crashes. It happens mostly when I ope…
ghost updated
8 years ago
-
There is already a {once} option, one that does the opposite, i.e. displays nothing the first time, but does every other time, would be a good compliment.
See discussion here:
http://forum.textadvent…
-
This works fine:
`msg (Eval ("true"))`
This generates an error:
`if (Eval ("true")) {`
`msg("yes")`
`}`
`-> Error running script: Error compiling expression 'Eval ("true")': RootExpressionElement: Ca…
-
Hi,
In the game object, I have a startup script that moves the player to a different room. This works but I also get several repeated errors that read:
Error running script: Error evaluating express…
-
HTTP Headers for Strict Transport Security (HSTS) and Public Key Pinning (HPKP) is easy to enable via header set in .htaccess file.
But this http headers are not send with php running in cgi mode.
S…