Home   Help Search Login Register  

Author Topic: pow join group leader?  (Read 1450 times)

0 Members and 1 Guest are viewing this topic.

Offline Crowey

  • Members
  • *
pow join group leader?
« on: 25 Aug 2008, 14:51:24 »
Hi guys Im using [pow] join leadername in a trigger which works great as long as the leader of the group doesnt die then the mission in useless because he wont join the guy who then takes command??? how do i name a group so i can make the pow just join the group rather than the individual???

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re: pow join group leader?
« Reply #1 on: 25 Aug 2008, 15:06:54 »
Try something like [pow] join leader groupName


Planck
I know a little about a lot, and a lot about a little.

Offline bluevein

  • Members
  • *
Re: pow join group leader?
« Reply #2 on: 25 Aug 2008, 15:13:39 »
Exampe:-

Name the prisoner: POW
Name your group leader: W1

Put a trigger over him act for Blufor and in the on act:

Code: [Select]
[POW] join W1
When you want to drop the POW off in another trigger act for Civ onact:

Code: [Select]
[POW] join grpNull
If the POW is BLUE

Hope this helps.

p.s if you want to make it an add action rather than a trigger I can also help  :good:
« Last Edit: 25 Aug 2008, 15:15:12 by bluevein »

Offline ckclaw

  • Members
  • *
Re: pow join group leader?
« Reply #3 on: 14 Sep 2008, 16:48:21 »
Thanks works like a charm!  :good: