Home   Help Search Login Register  

Author Topic: In-game squad selection. Possible?  (Read 435 times)

0 Members and 1 Guest are viewing this topic.

Baphomet

  • Guest
In-game squad selection. Possible?
« on: 04 Mar 2003, 10:11:46 »
Are there any scripts or is there a way to script a means to become an active unit preferably a group leader in a multiple range of squads?

Say there were three squads, alpha, bravo, and charlie. Would it be possible to just make a script attached to three radio commands to leave and join each squad at will?

I'd like to be able to play an adversarial match of ofp with someone and be able to command a larger amount of units. CoC allows for unilateral command of many units with a modified and rather difficult to understand group of scripts.
« Last Edit: 04 Mar 2003, 10:12:18 by Baphomet »

Offline Spinor

  • Members
  • *
  • I'm a llama!
    • The chain of command
Re:In-game squad selection. Possible?
« Reply #1 on: 08 Mar 2003, 19:49:11 »
Quote
Say there were three squads, alpha, bravo, and charlie. Would it be possible to just make a script attached to three radio commands to leave and join each squad at will?
I think a simple join command in the activation field of a radio trigger would suffice, like
[player] join grpAlpha
If the player has the highest rank of all units, he should automatically be in command of a group. If not, I think you can force it with an additional
(units grpAlpha) join player

I did the same in the CE2 from CoC  ;D.