Switch to edit mode.
Name(s): hackertalk1: happy = {{"i", "a", "s", "o", "t", "y", "v", "e"}, {"1", "4", "5", "0", "7", "Y", "V", "3"}}
2: nep = argstr
3: for x in [1..length(argstr)]
4: if (argstr[x] in happy[1])
5: nep[x] = happy[2][argstr[x] in happy[1]]
6: endif
7: endfor
8: player:tell(nep)
9: "Last modified by Markle (#6017) on Fri Aug 7 16:48:54 1998 EDT."