ID:271462
![]() Jul 9 2007, 10:18 am
|
|
Can someone tell me how to make a WORKING login system??
|
![]() Jul 9 2007, 10:20 am
|
|
Not unless you explain what a "WORKING login system" is.
|
var/workinglogin = 0 Like that? |
Custom? Does that mean editing a source?
How can you make a game if you can't make a simple Login(). Tsk tsk. |
Maybe you should consider posting your errors and login code in Code Problems instead of asking vague, unanswerable questions such as "how do i make my login system work?"
|
I decided, screw the whole thing. Dession is right if I cant make a simple login system why should I make a game D:
|
XI-Demyx wrote:
I did everything BUT the login @_@ If you did everything but the login why quit the project? Just post you existing login with some details on what you want so i or we can help you -_-. -Genjura |
I kinda deleted the login to try and start over, and I dont have anything now. I forget the old login too
|
mob
Login() var/N N=input("Welcome to the login, what would yo like to do?", "Login")in list("New Character","Cont. Character", "Delete Character") //to ask what will happen as a switch form if(N=="New Character") switch(input("What Skin Tone do you want?","Choose Skin")in list("White")) if("White") alert("You have chosen the Skin Tone white.") src.icon_state="" setrest() mob/proc setrest() src.loc=locate(2,3,1) src.icon='BaseWhite.dmi' I cant get hair working D: |
That looks horrible. Here, try this:
mob |
why would you quit a game just because you have a hard time with one little problem? thats how you get better at coding, so just continue on.
|