Page 1 of 1

Sever Message

Posted: 27 Oct 2006, 23:36
by Cosmostrator
"Server: You picked up a Apple"
should read
"Server: You picked up an Apple"
Just a small thing, but grammar counts.
-DAVe

Posted: 27 Oct 2006, 23:52
by Crush
That's harder to fix than you think. The message consists of the constant string "you picked up a " and the name of the item that has been picked up. To correct this small grammatical incorrectnes you would have to program a check if the first letter of the item name is a vowel and use another string in that case.

Oh, and by the way, even though it reads "Server:" it is a client sided message ;) but well, you can't know that.

Posted: 28 Oct 2006, 08:07
by Cosmostrator
The string thing makes sense, I just figured I'd point it out in case something could be done. Of course with my nitpicking the grammar in game I didn't notice that I misspelled server in the topic title :oops:
-DAVe

Posted: 28 Oct 2006, 10:48
by Pajarico
Well, there is a solution :P : "Server: You picked up: Apple."

Posted: 28 Oct 2006, 11:10
by Modanung
Or "You picked up the apple"

Posted: 29 Oct 2006, 04:18
by Dr Wahl
or the server could be "you picked up" then for each item, it could read "an arrow" or "a beer"

Posted: 29 Oct 2006, 09:32
by Bahamut81
The client would not be overchallenged by checking the item name's first letter for if it's a vowel. The problem is if one of the programmer's is willing to invest the time to implement it, because this problem is rather small and cosmetic and other things like the own server need their time more urgently.

The effort to save the article for each item would be even higher and in the long run it's the worse solution for sure.

Posted: 29 Oct 2006, 18:38
by BadMrBox
Can 'Server:' be removed?

Posted: 31 Oct 2006, 06:45
by HaLLanHype
Well you either have it check the first letter of the item thats being picked up and use a or an based off that or you just take it away.

You picked up Apple. That would work also.