ID:165443
Dec 23 2006, 5:10 pm
|
|
I've tried multiple things, but I can't figure out how to create a login and save system that allows users, upon their first login, to input a name and choose from multiple icons. Can anyone give me a hand with this?
|
In response to A.T.H.K
|
|
Well, I looked through the tutorial, but it didn't make much sense to me, and the different codes they listed didn't seem to work very well together... And I still can't get it to ask for name, gender, or species...
|
Arnen wrote:
I've tried multiple things, but I can't figure out how to create a login and save system that allows users, upon their first login, to input a name and choose from multiple icons. Can anyone give me a hand with this? Deadron Characterhandling. |
In response to Animay3
|
|
src.name = input("What is your name") as text |
In response to A.T.H.K
|
|
That's helpful, but how do I get it to select from a list for different icons?
|
In response to Arnen
|
|
mob Do NOT copy and paste this snippet is really basic but you must learn from it and fix it i left out some things on purpose and also made some common mistakes. |
In response to A.T.H.K
|
|
Thanks, I think I have it figured out now. ^^
|
http://www.byond.com/docs/guide/
If you have have you read the DM Reference?
http://www.byond.com/docs/ref/
If you've done this i seriously think you should read them both agian what your asking for is simple search for some tutorials if you really want to know how.