ID:266430
 
if(client.key==Strange_Kidd)
Whats wrong?
if its for login, you need src.key, and the key must be in quotes.

-Rcet
here is 1 of 2 ways,

if(src.key == "RaeKwon")
usr << "Your Cool!"



if(src.key == "RaeKwon")
usr << "Your Cool!"

else
usr << "Your gay!"

mob
Login()
if(src.key == "RaeKwon")
world << "[usr] Enters Bow To Him!"
usr << "Your Cool!"
else
world << "[usr] Enters..."
usr << "Your Gay!"

lol that was fun,
- RaeKwon
In response to RaeKwon
LOL!
In response to RaeKwon
Please don't use the word "gay" like that.
Or another way
mob/Login()
..()
if(src.key == "Non-PC")
src.verbs+=/mob/verb/Ban
usr <<"Hello Friend"
else
usr <<"Hello [name]!"

With Verbs included.
In response to Nadrew
usr << "Your a homosexual!"


better?
In response to Dreq
Dreq wrote:
usr << "Your a homosexual!"


better?

That's even worse...

Which reminds me. Why is that gay males are inheritly bad in most peoples eyes where gay women are not. In fact, oddly, many men believe that a gay woman is a good thing.

Calling things gay when they are bad would be like calling things lesbian when they are good? I am going to have to remember that. Next time my somebody asks me how im doing, I'll just say "Lesbian".
In response to Ebonshadow
That's true, Ebon. I have no problem with either and I don't see why anyone does. If someone has a problem with homosexuals they should just keep it to themselves instead of flaming on it in public which can get them in trouble.
In response to Ebonshadow
Hey, I got flamed when I suggested something like this...
In response to Ebonshadow
Ebonshadow wrote:
Which reminds me. Why is that gay males are inheritly bad in most peoples eyes where gay women are not. In fact, oddly, many men believe that a gay woman is a good thing.

In the movie Chasing Amy (which I didn't like, mostly because I thought it meandered helplessly, though many seem to disagree), this phenomenon is referred to as "lesbian chic". I think that's as good a term as any.

The reason for it? I don't know how thoroughly it's been explored, but the characters of 1/0 discussed this a few months ago, and one of them came up with a simple explanation that makes more sense than any lengthy discussion: "Look, there's two of them!"

Lummox JR
In response to Nadrew
Nadrew wrote:
Please don't use the word "gay" like that.

While he's at it, he shouldn't use the word "your" like that, either.

Egads, did everyone under 15 flunk remedial spelling?

Lummox JR
mob/Login()
var/ban_list=list("All","Those","Blocked","From","Whatever")
if(usr.key in ban_list)
usr << "Deletion occurring...."
sleep(5)
del(usr)
else
usr << "The game likes you, and let's you in..."
return ..()

okay?
In response to Lesbian Assassin
I'm not sure what "flamed" is but I got in a bit of trouble over sexual slurs myself.
In response to Canar
"Flamed" = "blasted."

In an ancient post, I described myself in words somewhere along the lines of "lesbian, like all good things in this world." After protest from some of the less sapphisticated members of the community, I changed the post to "lesbian, like all good lesbian things."
In response to Lummox JR
Lummox JR wrote:
Nadrew wrote:
Please don't use the word "gay" like that.

While he's at it, he shouldn't use the word "your" like that, either.

Egads, did everyone under 15 flunk remedial spelling?


Ahem.. I'm 14 and I didn't.
In response to Lesbian Assassin
I remember that post! There was alot of bad evil things in that thread.. I even used the "F" word until I went and edited the thing.