- Joined
- Dec 9, 2009
- Messages
- 397
So, I've started to implement ZTS Threat System and I've got some questions about the script to activate it for specific units.
He's got this in a unit group loop
How would I have it work with a unit that is respawning (Last Created Unit)
I tried doing a bit of research at some Jass sites to figure that much out, but wasn't getting anywhere.
I'd like to create a Multiboard showing creep name, and threat % of all the creeps currently in combat with someone, What are the variables called?
This system didn't add the variables like in the DDS system I added, so I'm sure what is what.
And if it's possible I'd like for people with a certain ability to get a different multiboard that shows creep name threat % of player, and then % of 2nd place, 3rd place (player color showing who % belongs to for 2nd and 3rd)
Does this system save who is in 2nd/3rd? or have anything that can make figuring it easier?
He's got this in a unit group loop
- Custom script: call ZTS_AddThreatUnit( GetEnumUnit(), false )
How would I have it work with a unit that is respawning (Last Created Unit)
I tried doing a bit of research at some Jass sites to figure that much out, but wasn't getting anywhere.
I'd like to create a Multiboard showing creep name, and threat % of all the creeps currently in combat with someone, What are the variables called?
This system didn't add the variables like in the DDS system I added, so I'm sure what is what.
And if it's possible I'd like for people with a certain ability to get a different multiboard that shows creep name threat % of player, and then % of 2nd place, 3rd place (player color showing who % belongs to for 2nd and 3rd)
Does this system save who is in 2nd/3rd? or have anything that can make figuring it easier?