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

Options for moving items #71

Closed Wh0Kn0w5 closed 2 years ago

Wh0Kn0w5 commented 2 years ago

On the wiki, it has the parameters for the moveToFrom function requiring options, the destination and optionally original location of the item being moved.

However, there is nothing on the wiki page that specifies what said "options" have to be for the script to work properly. I also know that previous iterations of Quest JS did not require that parameter for the function to work.

Are we able to get a bit of clarification as to this parameter, as well as a possible example of the function's proper call also added to the wiki as well?

ThePix commented 2 years ago

Thanks, I found a number of issues with the docs there after reading your comment. I have hopefully resolved it now, see what you think. If I do not hear anything in a week or so, I will close this.

Wh0Kn0w5 commented 2 years ago

Ok, the documentation has made more sense of the requirements on those functions. Thanks for your efforts.

ThePix commented 2 years ago

No further feedback, so I am assuming this is revolved satisfactorily.