• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

timed lumber generator

Status
Not open for further replies.
Level 4
Joined
Jun 14, 2008
Messages
72
i was wondering how to make a building genorat lumber every second

like it has to be a cirten building like (lumbermil), if you have one lumbermil you get 1 lumber a second if you have 2 lumbermill you get 2 lumber a second and so on... how do i make this?
 
Level 7
Joined
Jan 18, 2007
Messages
180
  • Untitled Trigger 001
    • Events
      • Time - Every 1.00 seconds of game time
    • Conditions
    • Actions
      • Custom script: set bj_wantDestroyGroup = true
      • Unit Group - Pick every unit in (Units of type Lumber Mill) and do (Actions)
        • Loop - Actions
          • Player - Add 1 to (Owner of (Picked unit)) Current lumber
The custom script prevents leakage.
 
Status
Not open for further replies.
Top