ID:156816
 
  turf
Finish
Click()
if(usr.Village == "Konohagakure")
usr<<"You were born into Konohagakure"
if(usr.Village == "Kirigakure")
usr<<"You were born into Kirigakure"
if(usr.Village == "Sungakure")
usr<<"You were born into Sunagakure"
if(usr.clan=="None")
usr<<"You haven't chosen which Clan you'd like to be born in."
return
if(usr.Village=="")
usr<<"You haven't chosen which village you'd like to be a resident of."
return
usr.loc = locate(36,21,3)
world<<"<B><font color = Yellow>[usr]([usr.key])</b> has logged in."
usr.Element = pick("Fire","Wind","Lightning","Earth","Water")
usr.client.eye = usr
usr.Get_Hud()
usr.cansave = 1 /dm


Again with a second question lol :P.

I am not a beginner, I'm like, still learning stuff. I might have skipped a few things -shrugs-

Anyways, how do i get this to work?

I click it and nothing happens, and, when if don't pick a clan /etc and click finish still nothing happens. Am I missing something?
Uh, I think that you should heed my advice I said in my other post.


Post [link]

You are a beginner, just tough through it and learn the basics, it's not so bad!

Also, post your code in

<dm> /dm
tags.
In response to Darkjohn66
K, i'll head over theres -headdesks-, I would still like a solution though hehe :)



Still Can't figure it out >.>
its because your returns are in the wrong places. the first return shouldn't be there and the first place and the second one has the wrong indentation...
fixed it thanks.