OFPEC Forum

Editors Depot - Mission Editing and Scripting => Arma2 - Editing/Scripting Multiplayer => Topic started by: tedbell on 04 Jan 2010, 19:58:19

Title: Default SCOREBOARD variables
Post by: tedbell on 04 Jan 2010, 19:58:19
Can someone tell me how to access the default scoreboard variables? I am just looking for the local player stats that appear on the scoreboard:

unit kills, vehicle kills, armor kills, air kills, player deaths

I know I can get score player for the score, but the other stats I have no idea. This is for a single player playing a multiplayer co-op game against AI. These stats show up in-game when you hit the "I" key.

Thanks!!
Title: Re: Default SCOREBOARD variables
Post by: kju on 04 Jan 2010, 20:01:14
Not possible I believe.

You can count yourself somewhat fine via killedEH event.
On a dedicated server you can output the scores via -ranking=filename.log
Title: Re: Default SCOREBOARD variables
Post by: tedbell on 08 Jan 2010, 02:30:08
Yes, adding a killed event to track deaths seems to be the only way to do it. Works great. Thanks, Kju