ID:150234
 
My code is

switch(input("Are you a member?",text) in list("Yes","No","Nevermind"))
if("Yes")
var/prompt_title = "Password"
var/help_text = "What is the password?"
var/default_value = "inter password here"
var/clan_pass = input(src, help_text, prompt_title, default_value) as null|text
if("Nevermind")
usr << "Ok."
if("No")
usr << "Not done."


can some one help me?
Your indentation is really bad.

Heh.
In response to GateGuardian
ok, I'll fix it.
In response to TK6000
Indentation...
In response to Nadrew
still bad? ok. sorry. I fixed it. Now can you help me?
In response to TK6000
nm. I got it.
In response to TK6000
Told you so.