ID:149429
May 2 2002, 2:34 pm
|
|
Is there a way to use the if statement to see if a user is new or not? (if so how?)
|
May 2 2002, 3:19 pm
|
|
Define what you mean by a new user.
|
In response to Shadowdarke
|
|
In my login code I have it set to do the ParseName proc and the switch for races, and I wanted to know how I could make it so it only does that if they are new users, like if the create a new character. This is what my basic login looks like:
Login() ..() ParseName() switch(input("What race would you like to be?")in list("Human","Elf") I was hoping maybe there would be a way you could use the if statement to indicate if they are new or not. |
In response to Daemon5532
|
|
Not with a simple if statement. I recommend you study Deadron's Character Handling Library.
|