You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: