
03-13-2003, 05:09 AM
|
|
Registered
|
 |
Join Date: Jun 2002
Location: Trinidad
Posts: 2,767
|
|
|
I don't think it could be done with things such as "u" cause if someone were to say a word with the letter "u" in it, it would translate the individual letter into the word "you."
Example: Mush = Myoush
Unless of course they do something like (I suck at scripting but you get the idea)
string = 1 character
if input = "u"
print "you"
or a much longer versian if that's not possible like
if input = "u" then
print "you"
else
input = "mush"
print "mush"
*Repeat with every word that has the letter "u" in it* |
__________________
"Make the *dreams* of today the *opportunities* of tomorrow."
|
|
|
|