Col Rambo SBS 0 Posted January 11, 2002 I am trying to do this:- A trigger is activated when the enamy detect the player. This trigger instructs a second enemy unit to come to the position of the player to support the first enemy unit. I have in the activation field something like this:- red2 domove getpos player Where red2 is the squad leader of the second enemy unit ( I presume the rest of his squad sould follow him ) Now when the trigger is active, the second unit sit still at the camp, including red2. they refuse to move. If I do the same command but with a Friendly unit, it works. What am I missing here? Share this post Link to post Share on other sites
reaper 0 Posted January 11, 2002 Use move instead of domove. The way I understand the comref, domove only orders an individual unit to move, but move orders the entire group to move. Share this post Link to post Share on other sites
DnA 5154 Posted January 11, 2002 Yeah Reaper is right I think ... you use doMove to make a member of a squad move to a certain location (he is then actually ordered by his leader to go there ... there's yet another variant to this command ... commandMove which accompanies the command with a radio message ... or the other way around) while move just makes any unit move to that location without any squad orders being involved. Anyway, try move like Reaper said hehe Share this post Link to post Share on other sites
Col Rambo SBS 0 Posted January 15, 2002 Ok I got arround to trying move instead of domove , and they still stay put. Share this post Link to post Share on other sites
reaper 0 Posted January 15, 2002 Can you post the mission for us to take a look at? Share this post Link to post Share on other sites
Col Rambo SBS 0 Posted January 16, 2002 Errrrrrr no, its 5mb due to a full custom soundtrac. it works if I use allied units, just not the enemy forces ( except for 1 helicopter ) Share this post Link to post Share on other sites
Snake1999 0 Posted January 16, 2002 I had a problem like this before... Try with this line: units group red2 doMove getPos PLAYER Should work if nothing else works. Share this post Link to post Share on other sites
PiNs_Da_Smoka 0 Posted January 17, 2002 Sorry, i can't answer your question, but are you Col. Rambo *SBS* that used to play DF2? If you are, its me XxPiNsxX =CS=. Sup man, long time. (if it is you Share this post Link to post Share on other sites
Col Rambo SBS 0 Posted January 18, 2002 Course its me, who else looks like this and can shoot this well ! not seen you in a While on DF2, dont you play any more? Share this post Link to post Share on other sites
PiNs_Da_Smoka 0 Posted January 18, 2002 LMAO........cocky as always Col. Me and the boys play in CS Redzone occaisonally. Its been pretty slow since Crow's hours at work have been changed, and we all rarely play together. And as for me....well......OFP just took it over. Most of my time is spent working on OFP projects like my group Operation-X. You can find the link at the bottom of my post. Also, i am a mission reviewer at http://www.ofpeditingcenter.com (only THE best editing site out there ) And i take care of the Code Snippets page, which is for scripts that people make. So, as you can see, DF2 is not in my life too much anymore, cept when Dolomite and Garg yell at me to get my ass in the Redzone and help them kill But, thats about it. Good to see ya man. Maybe i'll see ya hop in the Redzone one of these days. Later man. PiNs_Da_Smoka Share this post Link to post Share on other sites