Jump to content
Sign in to follow this  
-Soviet-

Displacement of the units of a group

Recommended Posts

Hi,

I want every member of a group dont move after I placed it.

Each member of the groupe: Special = None.

I tried a lot of things without success... help.gif

Thanks

-Soviet-

Share this post


Link to post
Share on other sites

I think you might also need to use

{doStop _x} forEach units group this

in the init field of one of the units in the group

Share this post


Link to post
Share on other sites

Hi,

Thx, it's working! smile_o.gif

Something for all the group via a trigger?

-Soviet-

Share this post


Link to post
Share on other sites

{doStop _x} forEach units groupname

or

{doStop _x} forEach units group unitname

Share this post


Link to post
Share on other sites

Hi,

I have another question...  rofl.gif

If I want the unit/group stay in the initial position.

I tried two things without sucess: getdir this and this dowatch.

Thx

-Soviet-

Share this post


Link to post
Share on other sites

If doStop doesn't do it try a fast loop to setPos each unit in its starting location.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×