Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: How do I make an ENTIRE group stand?  (Read 619 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 ???

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