Login help in Developer Help
|
|
mob var/Team="" Login() ..() switch(input("Capture or Elimination?","modes")in list("Capture","Elimination")) if("Capture") mode = "flag" new/obj/flagb new/obj/flagr if("Elimination") mode = "elimination" switch(input("What team would you like to be on?","Team") in list("Red","blue")) if("Red") src <<"Good Choice!" world <<"[src] is on the red team!" src.loc=locate(30,30,2) icon='Player.dmi' icon_state="red" if("blue") src <<"Good Choice!" world <<"[src] is on the blue team!" src.loc=locate(1,1,2) icon='Player.dmi' icon_state="blue" usr.blue+=1
|
Todays lucky error says:expected "if" or "else"

|