Home   Help Search Login Register  

Author Topic: How do I make an ENTIRE group stand?  (Read 488 times)

0 Members and 2 Guests 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 ???

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

Offline 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