I have a HUD button that should output the players completed quests, stored in the list questscompleted. I want each of the quests in the list to show up on a different line. The code below is the closest I can come, but I'm not sure what else I could try. Any suggestions?
Code:
usr<<"<b>----------------\nYou have completed the following quests:</b>\n[list2params(usr.questscompleted)]\n<b>----------------</b>"
Not necessarily the best way, though.