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.
|
In response to Non-PC
|
|
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 |
In response to 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 |
In response to 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 |
In response to Rcet
|
|
I changed it.Oh and thanks Rcet.
-Non-PC |
In response to Non-PC
|
|
actually, i know how to do that, but i want it to add classes for specific keys and i have separate male/female dmis.
|
In response to Makiten
|
|
So something of this sort?
mob/Login() |
In response to Makiten
|
|
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 |
In response to Non-PC
|
|
You're such an inefficent coder..
|
In response to Nadrew
|
|
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