kerosene 0 Posted October 13, 2004 Another problem.. I've got a group that joins the player when a unit reaches a certain waypoint. I can make them join o.k, but they wont follow me. I can order them to move and do stuff, but when i press 1,1 to have them follow me they follow one of the units from the group that joined instead, and just stand there. I've got it activated by synched up waypoints at the moment and i had it done in a script before, but got the same result. Also, the player has "stop" next to his icon in the bottom of the screen. I've made units join before and I dont know what the problem is. Share this post Link to post Share on other sites
bn880 5 Posted October 13, 2004 Press 0-1 or in script perform player dostop false Share this post Link to post Share on other sites
AgentFox2 0 Posted October 14, 2004 Press 0-1or in script perform player dostop false I think the syntax is actually player stop false The official command reference states that it is an obsolete command, however. DoStop takes only one argument, that being the unit that you want to stop. (eg. doStop player) Share this post Link to post Share on other sites
macguba 0 Posted October 14, 2004 Try giving them a doFollow command. Share this post Link to post Share on other sites
kerosene 0 Posted October 14, 2004 Thanks, got it sorted out Share this post Link to post Share on other sites