Edit:Move my topic to Code problems plz.
I'll show you my login code.Not veyr long or nothing just simple.
mob/Login()
speeding = 1
ChooseChar()
src.loc=locate(1,1,1)
speeding = 0
..()
world
name = "High Velocity Paintball."
view = 9
tick_lag = 2
mob
proc
ChooseChar()
switch(alert("What color would you like to be?",,"Blue","Green","Quit"))
if("Blue")
src << "You have chosen blue,"
icon='Mob.dmi'
icon_state="1"
if("Green")
src << "You have chosen green,"
icon='Mob.dmi'
icon_state="2"
if("Quit")
del src