Here it is:
mob
Login()
..()
switch(input("What team would you like to be on?","Team") in list("Blue","Red","Grey","Green"))
if("Blue")
Team += src
src.Team = "Blue"
src.icon = 'Player.dmi'
Blue += src
src.loc = locate(8,46,1)
if("Red")
Team += src
src.Team = "Red"
src.icon = 'Player2.dmi'
Red += src
src.loc = locate(65,10,1)
if("Grey")
Team += src
src.Team = "Grey"
Grey += src
src.loc = locate(6,9,1)
if("Green")
Team += src
Team = "Green"
Green += src
src.loc = locate(76,70,1)
Thanks!
--SSJ4_Gohan_Majin