Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Help... Group wont move
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Help... Group wont move (Read 454 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
»
Logged
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
»
Logged
Lazy Lays
Guest
Re:Help... Group wont move
«
Reply #2 on:
23 Mar 2005, 21:31:22 »
Thanks the move command is working ! ;D
Logged
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 ?
Logged
nominesine
Former Staff
I'm NOT back!
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".
Logged
OFPEC | Intel Depot
RETARDED
Ooops... Retired!
bluehand
Guest
Re:Help... Group wont move
«
Reply #5 on:
24 Mar 2005, 00:07:15 »
wow - coincidence!
I've just been struggling with the same problem. Thanks for the tip.
Logged
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 ?
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Help... Group wont move
Top of page