Thread: Events: Teams?
View Single Post
  #8  
Old 01-16-2011, 06:56 PM
MattKan MattKan is offline
the KattMan
Join Date: Aug 2010
Location: United States
Posts: 1,325
MattKan is a splendid one to beholdMattKan is a splendid one to beholdMattKan is a splendid one to beholdMattKan is a splendid one to beholdMattKan is a splendid one to behold
Send a message via AIM to MattKan
I wanted to do something where when player join the event and enter the level, they would be put on a team like this:

First person would go to Team 1, Second person would go to Team 2, Third Person would go to Team 1, and so on.

I tried using server flags to make it so that if a player logged in when
PHP Code:
server.eventname=
it would add the player to Team 1 and make
PHP Code:
server.eventname=
And then if they entered while
PHP Code:
server.eventname=
It would set the player to team 1 and reset:
PHP Code:
server.eventname=
That didn't work, and there probably is a better way. Thanks for all your advice on the first post, I will need those sometime soon, but for now I'm making an event where I want the players to be assigned teams alternatively as they enter. So, yeah, if you could help me again, lol
__________________
Quote:
Originally Posted by Satoru Iwata
On the other hand, free-to-play games, if unbalanced, could result in some consumers paying extremely large amounts of money, and we can certainly not expect to build a good relationship with our consumers in this fashion. In order to have a favorable long-term relationship, we would like to offer free-to-play games that are balanced and reasonable.
Quote:
Originally Posted by Unximad
Eurocenter Games remains attached to the values of indies game developer and to the service our playerbase community.
Reply With Quote