ID:178961
![]() Mar 12 2002, 7:44 pm
|
|
Okay, since I didn't get help fixing my code, I'm gonna ask this. I want to make a login proc where you enter your desired name, then gender, then class, and attributes will appear without bugging s_admin 2.0 or not working at all.
|
Non-PC wrote:
var/class = input("What is your class?","Character Class") in list("Blah","Blahblah","Gay") No it shouldn't. Alot of people will get on you about this before long. I suggest you change it before the thread blows up. -Rcet |
Rcet wrote:
Non-PC wrote: Wrong.It was var/class = input("What is your Class?","Character Class") in list("Blah","Blahblah","Gay") -Non-PC |
It wasnt the code. It was the 'Gay' part. Some people on here may be homosexual, and take offense to it. So you should change it before the thread takes over newbie central.
-Rcet |
actually, i know how to do that, but i want it to add classes for specific keys and i have separate male/female dmis.
|
So something of this sort?
mob/Login() |
Makiten wrote:
actually, i know how to do that, but i want it to add classes for specific keys and i have separate male/female dmis.---------- Heres an example: mob/Login() That should work(work when i tested it). -Non-PC |
Nadrew wrote:
So something of this sort? > mob/Login() yeah, except i'd make the character icon a variable and then assign that variable a mob |
That should work.
-Non-PC