mob
Login()
usr<<sound('halo.mid',1)
if(players<= 0)
src <<"Host choose your game type."
src.AddVerbs()
host = src
gametype = input("Game Type?") in list("CTF(Capture The Flag)","Maze","Slayer")
if("CTF(Capture The Flag)")
status="[gametype]"
input("Team?") in list("Red","Blue")
if("Red")
lc()
usr.loc=locate(39,25,7)
usr.icon='MstrChf.dmi'
icon_state="r"
if("Blue")
lc()
usr.loc=locate(4,24,7)
usr.icon='MstrChf.dmi'
icon_state="b"
Why does'nt staus work there?