Home   Help Search Login Register  

Author Topic: Quick Question  (Read 444 times)

0 Members and 1 Guest are viewing this topic.

Crook

  • Guest
Quick Question
« on: 07 Feb 2003, 10:30:49 »
How can I make a trigger activated by one player instead of all players on his side (east, west, resistance, etc.) I need it for some poo im doing...

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:Quick Question
« Reply #1 on: 07 Feb 2003, 20:10:29 »
you just need to group the trigger to the player, by pressing F2 and then dragging a line from the unit to the trigger

Offline Wolfrug

  • Addons Depot
  • Former Staff
  • ****
  • Official OFPEC Old Timer
Re:Quick Question
« Reply #2 on: 08 Feb 2003, 12:29:02 »
that is indeed the easy solution. And the slightly more complicated one.

in condition field write:

PlayerName in thisList

just be sure that the "Activated by" is the same side as PlayerName, or "thisList" won't register him. Although you can get many different sides and names this way by making it Activated by Anything, and putting for instance:

wSoldier1 AND rSoldier2 AND eSoldier1 in thisList

although Black feather's suggestion works too ;)

Wolfrug out.
"When 900 years YOU reach, look as good you will not!"

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Re:Quick Question
« Reply #3 on: 08 Feb 2003, 12:41:03 »
"Why do you have to make things so complicated...?"

DOH!

 :thumbsup: