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

[Solved] Minutes instead of Food

Status
Not open for further replies.
Level 14
Joined
Dec 29, 2009
Messages
931
Hi everyone!

Does anyone knows how to set minutes instead of Food in game interface?
I need people to see how long are they playing)))

Is there any variable to set Food = ...?

From the tutorial:

  • Food Clock
    • Events
      • Time - Every 1.00 seconds of game time
    • Conditions
    • Actions
      • Player Group - Pick every player in (All players) and do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • ((Picked player) Food cap) Equal to 59
            • Then - Actions
              • Player - Set (Picked player) Food cap to 0
              • Player - Add 1 to (Picked player) Food used
            • Else - Actions
              • Player - Add 1 to (Picked player) Food cap
Also, if you want to set food to a variable, you need to make 2 integer arrays,
one for the food used and one for the food cap, with the array being the player number of the picked player.
 
Status
Not open for further replies.
Top