QuestJS icon indicating copy to clipboard operation
QuestJS copied to clipboard

Q5 to QJS Convertor: moveToFrom is always missing the ")"

Open Zanderkat opened this issue 2 years ago • 0 comments

When using the convertor, moveToFrom() is always missing the closing parenthesis. For instance, translating the movement of an item to the player's inventory will result in this code:

this.moveToFrom({char:player, item:this}, player

Zanderkat avatar Mar 07 '23 23:03 Zanderkat