If you spawn these in your group like any other unit, they no longer read movement commands, you can use setPos etc and they will teleport to you.
Description
Description
Details
Details
- Legacy ID
- 2619443749
- Severity
- None
- Resolution
- Duplicate
- Reproducibility
- Always
- Category
- AI Issues
Steps To Reproduce
My script:
_unit = player;
_side = side player;
_tempPos = [(getpos _unit) select 0,((getpos _unit) select 1) + 1,0];
life_dog_order = 1;
_side = side _unit;
_drugradius = 15;
_group1 = createGroup _side;
_uid = getPlayerUID player;
_dogname = "tighe";
"Alsatian_Sandblack_F" createUnit [_tempPos, group player,"dog = this", 5.0, "private"];
_dogenable = true;
THEN
dog domove (getpos _unit);
This works for everything but dogs, since new update I am guessing. You can swap the dog class for anything and domove will work fine like it always did..
Additional Information
Hi