Skip to content

Commit

Permalink
Added version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Giallustio committed Oct 4, 2015
1 parent af63471 commit a0626ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
3 changes: 3 additions & 0 deletions =BTC=co@22_Hearts_and_Minds.Altis/core/def/mission.sqf
@@ -1,3 +1,6 @@

btc_version = 1.11; diag_log format ["=BTC= HEARTS AND MINDS VERSION %1",btc_version];

//Param
btc_p_time = (paramsArray select 0);
_p_en = (paramsArray select 1);
Expand Down
17 changes: 7 additions & 10 deletions =BTC=co@22_Hearts_and_Minds.Altis/core/doc.sqf
Expand Up @@ -115,15 +115,12 @@ Use your user action 2 to change your gear.
];

player createDiaryRecord ["Documentation", ["Interaction", "
The interaction system created for this mission is based on two keys that you can set in your option:<br/>
User action 1 for self interaction<br/>
User action 2 for interact with objects and players<br/><br/>
If you want to interact with an object, point at it and press your user action 2.<br/><br/>
You can switch weapon with the key combination:<br/><br/>
SHIFT + 1 primary weapon<br/>
SHIFT + 2 handgun<br/>
SHIFT + 3 secondary weapon<br/>
Use ACE 3 interactions system.
"]
];

player createDiaryRecord ["Documentation", [
"Version",
format ["Version %1",btc_version]
]
];

0 comments on commit a0626ce

Please sign in to comment.