• 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.

Game Time instead of Population

Status
Not open for further replies.
Level 10
Joined
Mar 17, 2012
Messages
582
Hi everyone! Can somebody tell me how to place gametime to Population (food) field? And where to find that game timer?
P.S. This idea came to me from DOTA...
dota panel.png
Something like this, but in second field must be PvP Points like here:
FF panel.png

One more question: how to rename "Lumber" to "Combat Points" or "PvP Points"?
 
Level 20
Joined
Jul 14, 2011
Messages
3,213
It's custom made.
1- Create a Timer that expires every 1 second and 2 Integer variables. (Seconds / Minutes)
2- When that timer expires, Set Seconds = Seconds + 1 (and set Food = Seconds). Add an IF/Then/Else, and If Seconds = 60, set Seconds = 0, and Minutes = Minutes + 1. (And set Wood = Minutes)
 
Status
Not open for further replies.
Top