Im trying to create interactable windows like in WoW, where you can place quest text or just something an NPC says. Problem is, I want to do more than one line of text, and putting a GUI.Box() for every line of text is a lot of work. How do I tackle this issue?
PS. Im trying to develop a quest system as a bigger picture.