Is it just me, or are the inform 7 error messages incredibly unhelpful?
I'm trying to figure out how to implement the maintenance hatch key...
Fails to stop the action. Further, it objects if the key is anywhere but the player at start.
When it works, Inform 7 actually is much easier than inform 6, but it's frustrating to use, and the biggest problem is the lack of a decent manual, followed closely by the inept wording of the errors.
I'm trying to figure out how to implement the maintenance hatch key...
Code:
before opening the avionics maintenance hatch:
unless the player has the hatch key, stop the action.
Fails to stop the action. Further, it objects if the key is anywhere but the player at start.
When it works, Inform 7 actually is much easier than inform 6, but it's frustrating to use, and the biggest problem is the lack of a decent manual, followed closely by the inept wording of the errors.