hey im making a game called Bleach Inner Power
I was just wondering how to make squad system you know like the one in Bleach Unlimited where theres a verb called view squad and it makes you input a number from 1-13 and then it shows all the people from that squad.
ID:160540
Aug 24 2008, 2:15 am
|
|
Aug 24 2008, 6:23 am
|
|
You would use a list() and add the members of that squad to the list, then just use the verb to display whichever squad (list) you want. So not sure how your setting up your squads but when they join the squad add their name to the list.
|