For team games (red vs. blue) How would i make a var or something to represent your team. For instance:
choose your team: Red / Blue
(picks red)
how would you be on red team then?
EDIT: how to save would be helpful too plz
ID:161452
May 5 2008, 10:22 am
|
|
In response to Ease
|
|
Ease wrote:
var/team
If they pick red,
team="Red"
I am still kinda dazed and confused, i know its a bit much, but can you explain it more? |
In response to Jujitsubb777
|
|
mob/var/Team //variable for you to define your team I hope it's something worth to you. =) |
I would personally make a Team datum for a case like this:
#define RED 1 |
In response to Kakashi24142
|
|
lol kakashi, the guy doesnt even understand how to set a team variable to red or blue and you throw something like that at him?
|
var/team
If they pick red,
team="Red"