I am making the map like desert strike. if player creates unit at the region, unit is created at other region when the timer expired.
here is a problem.
units must be created at the region in order from the left to the right. when the timer expired, only units at region 1 are created at region 4. when the timer expired again, only units at region 2 are created at region 4. when the timer expired again, only units are region 3 are created region 4.
how do I properly trigger this ? I am making exactly same map like desert strike map..
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I am making the map like desert strike. if player creates unit at the region, unit is created at other region when the timer expired.
here is a problem.
units must be created at the region in order from the left to the right. when the timer expired, only units at region 1 are created at region 4. when the timer expired again, only units at region 2 are created at region 4. when the timer expired again, only units are region 3 are created region 4.
how do I properly trigger this ? I am making exactly same map like desert strike map..