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

Q5 to QJS Convertor: Extra tabs in "Object and/or room" objects in Q5 are not translated. #97

Open Zanderkat opened 1 year ago

Zanderkat commented 1 year ago

When an object in Q5 has the type "Object and/or room", the object is translated to utilize createItem(). When this happens, room-specific tabs (Room, Light/Dark, Map, Exits, Scripts, and Inventory) are not translated at all. I have many objects in my game which use this type (because they are interactable objects that can be either picked up or entered), so it turns out that half of my game isn't being translated.