mob/Login()
usr<<"Welcome to Dart Tag BYOND."
world<<"[src] has logged in."
switch(input("What team would you like?", "Red", "Blue", text)in list("Red" , "Blue"))
if("Red")
usr<<"You have joined the red team."
usr.Red=1
if("Blue")
usr<<"You have joined the blue team."
usr.Blue=1
Problem description:
Ok so when i compile i get no errors but when i log in nothing happens except it says welcome and says i logged in,Any help?=/
If you're out for the default behaviour of mob.Login() [e.g. placing the mob on the map], then you should call it.