• 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.
  • It's time for the first HD Modeling Contest of 2025. Join the theme discussion for Hive's HD Modeling Contest #7! Click here to post your idea!

[Trigger] Code System Hiding

Status
Not open for further replies.
Level 3
Joined
Oct 6, 2007
Messages
43
Basicly I got a code system on my map where you got to train units from a building so they work like a keypad, but I want to make it so that you cant see in the replay what units are trained and things like that, is it possible?

Edit: I think the easiest way to do this is to make the units construct instantly, but I dont know how to since if you put 0 in the build time for the unit it will still build for 1 sec.
 
Level 16
Joined
Mar 3, 2006
Messages
1,564
Basicly I got a code system on my map where you got to train units from a building so they work like a keypad, but I want to make it so that you cant see in the replay what units are trained and things like that, is it possible?

Edit: I think the easiest way to do this is to make the units construct instantly, but I dont know how to since if you put 0 in the build time for the unit it will still build for 1 sec.

Try a timer and when it expires create the unit at the building via triggers.
 
Status
Not open for further replies.
Top