Jump to content
Sign in to follow this  
K120

How to make list in diary record?

Recommended Posts

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 son

Swallow = 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

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

Alright <br /> did it,thank you!

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×