Login()
var/charactername = input("What is your name,[src.key]")//you should know this..
switch input("What time period were you born in?","Time Period","Unification (Cyber)") in list("Civil era(Cyber)","Present Day (Ops Pilot)")
if ("Unification(Cyber)") //if they chose to be a cyborg"
character = new /mob/Cyber() //make the new character a Cyborg!"
if("Present Day (Ops Pilot)") //if they wanna be human,"
character = new /mob/OpPilot() //make them on
The problem is I dont see the error or the mistake..the spot where the ( is supposed to be because to me it looks correct. Someone help me correct this issue with the login class selection:
Assumed fix code:
You could have used this, but it would have made the list ugly:
Though, saves on space if you don't like tons of code.