Jump to content
Sign in to follow this  
anfo

Diary Record subheadings

Recommended Posts

Hi

Been using diary records (scripts in SQF) for a while and am happy to continue. However at this point I've never thought I'd need to make more sub-subheadings until now.

 

So basically it is:

player creatediarysubject ["diary","heading"];

then

player createDiaryRecord ["diary", ["sub-heading", "

Is anybody familiar with whether Arma 3 allows a sub-sub-heading level, and what the code might be?

Share this post


Link to post
Share on other sites
<t align='center' font='PuristaBold' size='1.4' color='#ff0000'>Subheading here</t>

Something like that? Or:

player createDiarySubject ["rules", "Rules"];
player createDiaryRecord ["rules",
[
"Player Report",
"
-snip-
"
]];

player createDiaryRecord ["rules",
[
"Enforcement",
"
-snip-
"
]];

 

Share this post


Link to post
Share on other sites

Maybe this could help.

 

In a vanilla mission, from the map is the Briefing Diary entry. I was wondering how many sub-headings Arma 3 allows. For example:

Briefing
|
|________Subheading
         |
         |_________Sub Subheading

As much as I've been able to produce is a Subheading and not a Sub Subheading. I was merely wondering whether this was possible and if so, how.

  • Like 1

Share this post


Link to post
Share on other sites

The vanilla diary doesn't seem to support more layers than you already discovered.

For stuff like this it's most likely easier to set up your own dialog that does what you want.

 

Cheers

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  

×