Skip to content
Discussion options

You must be logged in to vote

The issue seems to be that the code the wiki references does not exist in the most recent release of QuestJS. Version 1.4 was released on March 11, 2023, but the exit types you are asking about were not added until March 31 in 458f408.

You could try working off the master branch instead of 1.4, or potentially, you could just add the new exit types (though I'm not sure if there would be any conflicts with 1.4). I'm adding the relevant code here, for reference.

class ClimbExit extends Exit {
  constructor(name, itemName, hash) {
    super(name, hash)
    this.climbItemName = itemName
    this.initFunction = function() {
      if (!this.climbItemName) return errormsg('The ClimbExit exit for …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@GhostOfMoria
Comment options

@cellarderecho
Comment options

Answer selected by GhostOfMoria
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants