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
) »
How do I make an ENTIRE group stand?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: How do I make an ENTIRE group stand? (Read 487 times)
0 Members and 1 Guest are viewing this topic.
Black Ops 8
Guest
How do I make an ENTIRE group stand?
«
on:
22 Feb 2004, 03:51:59 »
I dont have time to search the forums so help me please....I tried the syntax
mygrp = group this;"_x setunitpos UP" foreach units mygrp
That doesnt work, somebody help me out
Logged
CrashnBurn
Guest
Re:How do I make an ENTIRE group stand?
«
Reply #1 on:
22 Feb 2004, 04:51:40 »
"_x setunitpos {UP}" foreach units mygrp
Logged
Raptorsaurus
Editors Depot Staff
Re:How do I make an ENTIRE group stand?
«
Reply #2 on:
22 Feb 2004, 07:13:33 »
When a value's normal syntax is in quotes (""), use brackets ({}) in place of the quotes when the higher order syntax is in quotes.
So as Crashburn has put it:
Code:
[Select]
"_x setunitpos {UP}" foreach units mygrp
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
) »
How do I make an ENTIRE group stand?
Top of page