K120 1 Posted August 31, 2013 Hey, i tried to search but couldn't find anything about how to make list in diary record / briefing. I need to list all operation code names in a list but currently they all show in row. I read somewhere and tested to make briefing.html and use html codes but it didn't work out. :confused: Here's how it is in init.sqf: player createDiaryRecord ["Diary", ["Code names", "Mother = Command,Major Vega Moose = You,Simon Costa Package = Hostages,Mr.president and his son Swallow = Transport,MH-9 Hummingbird "]]; It appears as: Mother = Command,Major Vega Moose = You,Simon Costa Package = Hostages,Mr.president and his sonSwallow = Transport,MH-9 Hummingbird I'm trying to make them listed like this: Mother = Command,Major Vega Moose = You,Simon Costa Package = Hostages,Mr.president and his son Swallow = Transport,MH-9 Hummingbird Anyone know how to do it? Share this post Link to post Share on other sites
Von Quest 1163 Posted August 31, 2013 I believe a Line Break is <br> or <br /> Try that after the line so it makes a new line. Share this post Link to post Share on other sites
K120 1 Posted August 31, 2013 Alright <br /> did it,thank you! Share this post Link to post Share on other sites