Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Killtracker - Add "Total Kills: <number>" to top of output. #126

Merged
merged 3 commits into from
Jun 2, 2018

Conversation

wizpig64
Copy link
Contributor

This keeps track of the player's kills in a new killCount variable, and prepends the mission debrief text with "Total Kills: ".

Thanks!

@jonpas jonpas added this to the 3.4.0 milestone Apr 28, 2018
@jonpas jonpas requested a review from PabstMirror April 30, 2018 10:01
@@ -35,20 +35,23 @@ INFO("Running Kill Tracking");
// Variables:
GVAR(eventsArray) = [];
GVAR(outputText) = "None";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe change this line to Total Kills: 0 so it's consistant

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure thing. I didn't even realize it would show None if you did nothing.

@PabstMirror PabstMirror merged commit c3cb614 into acemod:master Jun 2, 2018
@PabstMirror PabstMirror modified the milestones: 3.4.0, 3.3.1 Aug 7, 2018
@PabstMirror PabstMirror changed the title Killtracker: Add "Total Kills: <number>" to top of output. Killtracker - Add "Total Kills: <number>" to top of output. Aug 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants