Switch to edit mode.
Name(s): newbietalk1: a = {"e", "i", "o"}
2: b = {",", ";", "?"}
3: foob = argstr
4: for x in [1..length(argstr)]
5: yey = {{"s", "z", "e", "i", "a", "?", ".", "!"}, {"z", "s", "i", "e", a[random($)], "/", b[random($)], "1"}}
6: if (argstr[x] in yey[1])
7: foob[x] = yey[2][argstr[x] in yey[1]]
8: endif
9: endfor
10: player:tell(foob)
11: "Last modified by Markle (#6017) on Wed Aug 12 02:38:51 1998 EDT."