The movegrp command does work, but only partially. Currently, it moves the whole group accept for the initiator...
So, I just have my quests do this:
Code:
quest::movegrp(304, 0,0,0);
quest::movepc(304, 0,0,0);
And that works perfectly for moving the entire group every time.