Home   Help Search Login Register  

Author Topic: Help... Group wont move  (Read 453 times)

0 Members and 1 Guest are viewing this topic.

Lazy Lays

  • Guest
Help... Group wont move
« on: 23 Mar 2005, 20:47:11 »
HELP with this annoying problem

Okay I have spawned a group of soldiers (eastgroup1) using the create command
then i placed a trigger:
activation by East
on activation: Eastgroup1 move getpos wp11
and I have placed an object called wp11

My plan was when the group of soldiers spawned in the trigger area they would move to the waypoint "wp11"  but the group of soldiers are duing nothing !

Please help

Sorry for bad english  
« Last Edit: 23 Mar 2005, 20:52:32 by Lazy Lays »

StonedSoldier

  • Guest
Re:Help... Group wont move
« Reply #1 on: 23 Mar 2005, 21:03:51 »
make sure you used the CreateUnit command and not the camcreate to create the men

and try

on activation: {_x domove getpos wp11} foreach units Eastgroup1
« Last Edit: 23 Mar 2005, 21:07:35 by StonedSoldier »

Lazy Lays

  • Guest
Re:Help... Group wont move
« Reply #2 on: 23 Mar 2005, 21:31:22 »
Thanks the move command is working !  ;D

Lazy Lays

  • Guest
Re:Help... Group wont move
« Reply #3 on: 23 Mar 2005, 21:44:13 »
Now how do I set Leader and formation ?

Offline nominesine

  • Former Staff
  • ****
  • I'm NOT back!
    • The IKB Forum
Re:Help... Group wont move
« Reply #4 on: 24 Mar 2005, 00:00:04 »
Leader will be the unit created first, if all of them have the same rank. Formation is set using: groupOne setFormation "LINE". Possible formations are: "COLUMN", "STAG COLUMN", "WEDGE", "ECH LEFT", "ECH RIGHT", "VEE", "LINE".
OFPEC | Intel Depot
RETARDED Ooops... Retired!

bluehand

  • Guest
Re:Help... Group wont move
« Reply #5 on: 24 Mar 2005, 00:07:15 »
wow - coincidence!  :o I've just been struggling with the same problem.  Thanks for the tip.

Lazy Lays

  • Guest
Re:Help... Group wont move
« Reply #6 on: 24 Mar 2005, 17:32:11 »
If i want to change leader in eastgroup1
what would the command line look like ?