I am drawing a blank here..
I am trying to code a Login Proc where it opens up a window and it asks for the following on that screen)
-The name you want of the character.
-In a drop down box what gender of character.
-And then after you select a gender it shows the characters for that gender and you click on one to choose it.
But I also want it so that it can load a players character from the server if they have one. But they can choose to either load that character or make a new one. I dont want to save the character to the server either, I want each person to have their own character file on their own computer, so if a server shuts down they still have it. If you can give me a little code so when they logout it saves automatically. A little assistance please!
ID:164158
![]() Jul 13 2007, 9:00 am
|
|
You want to make an HTML based creation system then (especially if you want a dropdown box... but I'd recommend a radio choice)
[link] should help you get started. |
i doubt you can do a drop down box in byond?
you could have them in a list though. |
mob |
Please try not to suggest anything horrible, these are what I found wrong with the posted snippet:
- Using usr - No parent procedure being called - Making a useless variable where switch() would of been suffice |
Wow.. Whats the point of saying you can and wasting the posting space... Thats nice if you can.. but you wont help me so there was no point in posting it.. And obviously if im posting on the Developer How-To forums.. Im asking for help.. Saying "read the DM Guide" doesn't help me any..
|
And asking someone to do it for you is suppose to help you learn? You have been given the information, the rest is up to you.
Eg: The DM Guide has a section on saving/loading, so there's your saving system right there. Edit: You asked me if I was able to do it and I said I am able to, just not willing to. |
Yes. Since i know what the code does. Seeing the auctual code helps me learn because now I know what I should have done.. Dont be rude just because you can code. Not everyone can code. This is my first HTML code and I do not know how to do them. Thats why im posting here. And you telling me where to go does not help me if I do not know what to do.
|
I wouldn't suggest a player having their own save on there computer....Don't know how your going to p-wipe.
|
Jonatjan135 wrote:
mob This is a terrbile code, I fixed it up. mob - Miran94 |
http://developer.byond.com/forum/ index.cgi?action=message_read&id=561518&forum=8&view=0