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

Locust question

Status
Not open for further replies.

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,876
I never really messed around with the score screen (doesn't look like there's any actions for it either). Is the issue that Locusts are counting towards total Units Produced for a player?

And if so, perhaps create the Locust units for a computer like Neutral Passive instead. And if they need to belong to a player, maybe changing their ownership to the desired player will work?
 
Level 21
Joined
May 29, 2013
Messages
1,566
Is the issue that Locusts are counting towards total Units Produced for a player?
Yes.
And if so, perhaps create the Locust units for a computer like Neutral Passive instead. And if they need to belong to a player, maybe changing their ownership to the desired player will work?
I tried this, but they're still counted.

Oh well, I guess I'll have to forget about having an accurate score screen when I'm using dummy units.
 

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,876
Hmm, yeah, would probably require a custom function to replace the use of your Expiration Timers.

Something like this:
KillDummy(time, dummy)

And inside the function:
Wait time seconds
Change owner of dummy to Neutral Passive
Remove dummy from the game
 
Last edited:
Status
Not open for further replies.
Top