• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

How to make victory statistic system?

Status
Not open for further replies.
Level 12
Joined
Jul 17, 2013
Messages
544
I want to add a system to my map that tracks how many times each player has won the game. The number should increase by 1 at the end of each game and should be connected to the player's nickname. This information should be saved and loaded at the start of each game. I know I need to use a save/load system, but I'm not sure which one to use for Reforged. I've tried looking at example code, but it hasn't been very helpful. Can you provide a simple example of how to do this? The save/load system I saw uses array indexes based on player slots, so I assume it will be saved per player's color.
 
Last edited:
Status
Not open for further replies.
Top