HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

guys i need some help with a trigger

07-14-2003, 12:52 PM#1
!!The!!ShadoW!!
how i use the
player group trigger?? like i wanna make a group of 2 ppl (2 players in 1 group...) how i do that??
07-14-2003, 12:57 PM#2
Vexorian
First create a Player Group Variable, Then use the
Player group- Add player to player group Action to add player 1 , repeat with player 2
07-14-2003, 01:26 PM#3
!!The!!ShadoW!!
o.k.. but
but when i do add player to player group there is:
add player 1 (red) to player group
and u can chenge the player number and u can chenge the player group...
when u press the player group im marking the Variable and pressing edit Variables
and what to do there ???
07-14-2003, 01:52 PM#4
Hivemind
Once created you shouldnt need to edit it. You dont need to add the player into the starting value of the variable. Use the trigger function Player Group - Add Player to add as many players as you want to the group.
07-14-2003, 01:59 PM#5
Pirogen
Maybe this is a really stupid question, but... you do know how to use variables, do you?
07-14-2003, 02:11 PM#6
!!The!!ShadoW!!
mm.... look
i made a board.... and on the board i put :

TEAM1
TEAM2
....
....

and i want that team 1 will include -2- players !

BECAUSE
i want to make a map that will show how much every team kill....
like if team1 (that includes player1+2) will kill some 1 so in the board it will be 1 point to team1...

so what i made is that if player 1 kill this and this he gets points... so i want to make that if another player kill so it will add points to the SAME TEAM
07-14-2003, 02:33 PM#7
Pirogen
Have you tried this?

Variables used:
Team1Score - Integer

Events
-A unit dies
Conditions
-Owner of (killing unit) equal to player 1 (red) or Owner of (killing unit) equal to player 2 (blue)
-Owner of (killed unit) not equal to player 1 (red)
-Owner of (killed unit) not equal to player 2 (blue)
Actions
-Set Team1Score = Team1Score + 1

Now, display Team1Score in your leaderboard.
07-14-2003, 06:41 PM#8
!!The!!ShadoW!!
Pirogen TNX DUDE !!!!!

ITS WORKING !!!