turf/New
density = 1
Click()
switch(input("What gender are you?", "Gender") in list ("Male","Female","Cancel"))
if("Male")
switch(input("Are you sure your male?", "Gender") in list ("Yes","Cancel"))
if("Yes")
usr.client.view=6
usr.cansave=1
usr.pokemon=1
usr.sex="Male"
usr.name="[usr.key]"
switch(input("Wich Pokemon do you wish to be?", "Pokemon") in list ("Turtwig","Chimchar","Piplup","Eevee","Gligar","Gible","Skorupi","Shellos","Cancel"))
if("Turtwig")
usr.icon='Pokemon.dmi'
usr.icon_state="Turtwig"
usr.Clan="Grass"
usr<<"You chose Turtwig!"
usr.pokemonname="Turtwig"
I just pulled that part out of the code. I have the rest of the choices and gender choice coded in.
Problem description:
Ok, so only in this login case, the Click() proc won't work. I was trying other codes with using Click() and they worked perfectly fine. When I click this nothing will happen. It worked before the BYOND update but it doesn't now. I've read another post with the same problem but I still kinda need help on finding out how to fix this.
You could also try searching the forum as this question has been asked a million times as there are a million people copying each other's terrible practices and lack of understanding leading to this same problem a million times.