ThePix / QuestJS

A major re-write of Quest that is written in JavaScript and will run in the browser.
MIT License
66 stars 12 forks source link

Trouble With Tutorial #78

Closed GoldenEagle75 closed 1 year ago

GoldenEagle75 commented 1 year ago

Hello, I am attempting to follow the tutorial in the wiki and I am getting errors with exits. The Link type exit generates an error and upon examination of the console I found out that it is apparently "not defined".

I attempted to bypass this by creating exits the other way and then got to the locking section. The locking appears not to work either and also generates an error, saying that there is an unexpected identifier.

GoldenEagle75

ThePix commented 1 year ago

The issue with Link is that the documentation is ahead of the release. I have to update the docs as I go along otherwise I will lose track, to the docs reflect the up-to-the-minute changes, while releases can lag months behind.

So I have release 1.2, and that should hopefully resolve it. https://github.com/ThePix/QuestJS/releases/tag/v1.2.0

Download the .zip, and copy across the files in lib, lang and rpg (if you use it); the rest should be fine.

I am not sure about the locking issue; let me know if that gets resolved too.

GoldenEagle75 commented 1 year ago

Thank you! This fixed both problems.