I want to able to make a player chooser, like phantom and island defence.
they are able to choose phantom or evil or what ever you want to do.
So i want to make players 1-7 good and player 8 evil. But i want to have them being able to choose the player they want IN GAME.
I mean, welll i dont know the people do it thats is why i am asking cos im not sure.. They choose the hero in game. If you have played Island defence or phantom you would know what i mean with the titan and and phantom chooser
I'm not sure what's confusing about this. Make a dialog, then do whatever triggers are necessary... You need to be more specific with where you need help.
Basically i want to have a dialog which sez Team A and Team B team A has 7n players and B has 1
If noone chooses B it will be random and to many chooses it will be random. So how do you do all of that.
And i want this in game and before map intialization triggers. :D
well first it would be the map init. all you have to do is make 2 dialog buttons and when someone presses them add 1 to say goodplayers/badplayers, then just a bunch of if statements doing exactly what you explained
so would that be a player group? So how do a statement?
soooo say you have 6 in good player and 2 in bad player, how do you make it do random so that only one is evil ?
So noone knows how to do this?
il do another ovreview i guess.
basically i want to do what agouti did.
At the start of the game he has a dialod which says titan and builder.
90% of the time everyone clicks builder. So, how does he do it so that if noone clicks titan at start of game someone becomes titan.
And if someone does pick titan and noone else did they are titan. or if 2 people chose titan then only one is...
thanks in advance!
Most maps keep track of which player has what properties through variables, not through the lobby player list. If you are a decent enough map maker, the player list has no bearing on who gets what abilities in your map.
Hey guys,
I want to able to make a player chooser, like phantom and island defence. they are able to choose phantom or evil or what ever you want to do. So i want to make players 1-7 good and player 8 evil. But i want to have them being able to choose the player they want IN GAME.
thanks in advance.
@CrazyTwigman: Go
I'm not sure what you mean. Do you mean choose which player slot? If so, AFAIK there is no way to change this outside the lobby.
I mean, welll i dont know the people do it thats is why i am asking cos im not sure.. They choose the hero in game. If you have played Island defence or phantom you would know what i mean with the titan and and phantom chooser
He means how can he Choose what Type of Builder you want before the game starts but inside the game not in the lobby!
sort of , which team basically, evil or good.
I'm not sure what's confusing about this. Make a dialog, then do whatever triggers are necessary... You need to be more specific with where you need help.
Basically i want to have a dialog which sez Team A and Team B team A has 7n players and B has 1 If noone chooses B it will be random and to many chooses it will be random. So how do you do all of that. And i want this in game and before map intialization triggers. :D
well first it would be the map init. all you have to do is make 2 dialog buttons and when someone presses them add 1 to say goodplayers/badplayers, then just a bunch of if statements doing exactly what you explained
so would that be a player group? So how do a statement? soooo say you have 6 in good player and 2 in bad player, how do you make it do random so that only one is evil ?
Ok so i know how to do player group and dialogue's i just dont know how to do the random In game team chooser, hero chooser thing
So noone knows how to do this? il do another ovreview i guess. basically i want to do what agouti did. At the start of the game he has a dialod which says titan and builder. 90% of the time everyone clicks builder. So, how does he do it so that if noone clicks titan at start of game someone becomes titan. And if someone does pick titan and noone else did they are titan. or if 2 people chose titan then only one is... thanks in advance!
Most maps keep track of which player has what properties through variables, not through the lobby player list. If you are a decent enough map maker, the player list has no bearing on who gets what abilities in your map.
that didnt exactly help lol, this is my 1st map :D