Page MenuHomeFeedback Tracker

All a3_animals_f_dog are not working with doMove or moveTo or any group commands.
Closed, ResolvedPublic

Description

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.

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

Event Timeline

koilipolazia edited Additional Information. (Show Details)
koilipolazia set Category to AI Issues.
koilipolazia set Reproducibility to Always.
koilipolazia set Severity to None.
koilipolazia set Resolution to Duplicate.
koilipolazia set Legacy ID to 2619443749.May 8 2016, 11:57 AM