- Joined
- Aug 27, 2008
- Messages
- 127
Hello guys! I have a strange problem. I couldnt find a way to set unit supply cost as an integer variable, so I midified the minerals cost of every unit to be equal to its supply cost. Everything is working perfect with army units, but not with worker units. For some reason an error appears "Cannot divide by zero". Every other type of unit works. Even the zerglings, that mineral cost is 1 too (like scv, probe and drone - the "cannot divide by zero" ones). Any Idea?
OK guys I did it -
Variable - Set Number of Units[1] = (200 / (Trunc(((Unit type from Unit[(Triggering player)][1]) Supplies Used))))
OK guys I did it -
Variable - Set Number of Units[1] = (200 / (Trunc(((Unit type from Unit[(Triggering player)][1]) Supplies Used))))
Last edited by a moderator: