:wave: Hello
I have a script to move some groups to 3 diffrent game logics. This worked well and I can see the apearing at a game logic.
The 2nd part of the script (exactly after they are moved) I added a line so they get moved to a game logic where they must move to.
The problem I get is that they apear, but dont move to their waypoint.
The group is called ambush 1 and the following 2 lines are used to move the group to a game logic named ambush1, then to give them a waypoint to go to movelogic1 ... but it dosent:
{_x setpos getpos ambush1} foreach units ambushgrp1
{_x commandmove getpos movelogic1} foreach units ambushgrp1
Any reasons why the group want to stay where they are?
Thanks for your help.