-
Reported by : mattweiner
Description :
The text in the announce items from multiple object lists rule, "[current item from the multiple object list]: [run paragraph on]", isn't marked …
-
Reported by : zarf
Description :
In the code below, the first test works correctly. The second one triggers a run-time error:
Yes (1).
[** Programming error: tried to find the "." of (something…
-
Reported by : dfremont
Description :
WI 15.5 claims that the phrase "cube root of" produces the nearest integer to the cube root. This is not true: most egregiously, "cube root of 6" is 2 while "cube …
-
Reported by : otistdog
Description :
The handled property is not applied to things that are in the player's possession only briefly due to an implicit take being executed for an action that causes the…
-
Reported by : mattweiner
Description :
When using Understanding as a property with a thing-valued property, Inform throws a compiler error that claims that the property is of a kind which can't be rec…
-
Reported by : dfremont
Description :
Inform allows room-valued constants to be used as the destination of map connections, but not as the source. Instead it gives an incorrect Problem message claiming…
-
Reported by : otistdog
Description :
A person created as "neuter" still counts as "male" or "female". This can be confusing to new authors, as WWI 3.17 implies that male, female, and neuter are mutual…
-
Reported by : Juhana
Description :
Some rules in the Standard Rules use [those] when they should use [them]. This causes grammatical problems with the third person: "You can't drop he"…
-
Reported by : Eleas
Description :
The list of rooms adjacent to the location gives us "nothing" when the exit is next to a door. This can be forgiven since properly speaking the door may not count as …
-
Reported by : jmcgrew
Description :
The code sample below prints "Value: 0" instead of the expected "Value: 5".
When an object is defined using syntax such as "Home contains a bill with dollar value …