scripting tricks "FTW"

would it be possible to make one of those corpses a unit that can not be built, but could be rezed? ( I think yes but just want to confirm it )
Moderators: MR.D, Moderators
In TA it was possible, but in Spring, I think not.MrSpontaneous wrote:would it be possible to make one of those corpses a unit that can not be built, but could be rezed? ( I think yes but just want to confirm it )
You were the one who told me no it wouldn't Zwzsg.zwzsg wrote:Actually, with some heavy scripting, you could. First a "for" loop on all ID (don't forget to use the new "get MAX_ID", then some "if(get UNIT_XZ(id)==get PIECE_XZ(buildpad))", then store the ID, and use the new "get UNIT_BUILD_PERCENT_LEFT" to monitor the construction progress.smoth wrote:You cannot moniter the status of a unit's construction progress