How do I make this finish() work? in Developer Help
|
|
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?
|
|
Post [link]
You are a beginner, just tough through it and learn the basics, it's not so bad!
Also, post your code in