mob
Login()
if(src.key=="Scarymonkeys623, Evilmaniac")
usr << "Welcome to Closed Testing."
else
world << "[src.key] has just tried to enter Closed Testing."
del(src)
..()
Problem description:I've been trying to make a closed testing code so i could test my game without other people coming on, but for some reason, every time I log in with this code, it says "Connection failed. World shutdown on: "
That's what you're looking for. Look up the || operator. And you want to compare the key with two text strings, being them the keys. Not one text string with the names of the two keys.
Also, no usr in proc.